4 |
|
# |
5 |
|
# $Id$ |
6 |
|
|
7 |
< |
CPPFLAGS += -I$(common) $(shell pkg-config --cflags-only-I audacious) |
7 |
> |
CPPFLAGS += -I$(audacious) $(shell pkg-config --cflags-only-I audacious) |
8 |
|
CFLAGS += $(shell pkg-config --cflags-only-other audacious) |
9 |
< |
LDFLAGS += $(shell pkg-config --libs-only-L audacious) $(shell pkg-config --libs-only-other audacious) |
10 |
< |
LDLIBS += $(shell pkg-config --libs-only-l audacious) |
9 |
> |
LDFLAGS += -L$(audacious) $(shell pkg-config --libs-only-L audacious) $(shell pkg-config --libs-only-other audacious) |
10 |
> |
LDLIBS += -lAudacious $(shell pkg-config --libs-only-l audacious) |