--- Audacious/Audacious.mk 2008/02/08 14:19:12 22 +++ Audacious/Audacious.mk 2008/02/08 15:13:30 23 @@ -4,7 +4,7 @@ # # $Id$ -CPPFLAGS += -I$(common) $(shell pkg-config --cflags-only-I audacious) +CPPFLAGS += -I$(audacious) $(shell pkg-config --cflags-only-I audacious) CFLAGS += $(shell pkg-config --cflags-only-other audacious) -LDFLAGS += $(shell pkg-config --libs-only-L audacious) $(shell pkg-config --libs-only-other audacious) -LDLIBS += $(shell pkg-config --libs-only-l audacious) +LDFLAGS += -L$(audacious) $(shell pkg-config --libs-only-L audacious) $(shell pkg-config --libs-only-other audacious) +LDLIBS += -lAudacious $(shell pkg-config --libs-only-l audacious)