Revision: | 23 |
Committed: | 2008-02-08T07:13:30-08:00 (15 years ago) by douglas |
File size: | 358 byte(s) |
Log Message: | More improvements; modularization! |
# | Content |
---|---|
1 | # Audacious |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | CPPFLAGS += -I$(audacious) $(shell pkg-config --cflags-only-I audacious) |
8 | CFLAGS += $(shell pkg-config --cflags-only-other 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) |
Name | Value |
---|---|
svn:keywords | Id |