Revision: | 22 |
Committed: | 2008-02-08T06:19:12-08:00 (14 years, 11 months ago) by douglas |
File size: | 328 byte(s) |
Log Message: | Build system improvements and new projects... |
# | Content |
---|---|
1 | # Audacious |
2 | # |
3 | # Douglas Thrift |
4 | # |
5 | # $Id$ |
6 | |
7 | CPPFLAGS += -I$(common) $(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) |
Name | Value |
---|---|
svn:keywords | Id |