# Audacious # # Douglas Thrift # # $Id$ CPPFLAGS += -I$(common) $(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)