annotate src/modplug/gui/Makefile @ 1912:613e4c8bd14f
append audacious header path to CPPFLAGS when --prefix is specified. (since js hates CFLAGS in making deps. hehe.)
| author |
Yoshiki Yazawa <yaz@cc.rim.or.jp> |
| date |
Fri, 28 Sep 2007 10:39:59 +0900 |
| parents |
499656950801 |
| children |
1ad002ce1bd0 |
| rev |
line source |
|
1781
|
1 include ../../../extra.mk
|
|
22
|
2
|
|
1781
|
3 STATIC_LIB_NOINST = libgui.a
|
|
|
4 SRCS = main.cxx support.cxx interface.cxx callbacks.cxx
|
|
22
|
5
|
|
1781
|
6 include ../../../buildsys.mk
|
|
22
|
7
|
|
1781
|
8 CFLAGS += $(PLUGIN_CFLAGS)
|
|
|
9 CXXFLAGS += $(PLUGIN_CFLAGS)
|
|
|
10 CPPFLAGS += $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../..
|