Mercurial > audlegacy-plugins
diff src/adplug/Makefile @ 17:cf1054422f81 trunk
[svn] - fix a lot of paths
- reduce more makefiles
| author | nenolod |
|---|---|
| date | Mon, 18 Sep 2006 03:38:44 -0700 |
| parents | 1564e11adc2b |
| children | 0c50f248ed10 |
line wrap: on
line diff
--- a/src/adplug/Makefile Mon Sep 18 03:34:48 2006 -0700 +++ b/src/adplug/Makefile Mon Sep 18 03:38:44 2006 -0700 @@ -1,5 +1,5 @@ -include ../../../mk/rules.mk -include ../../../mk/init.mk +include ../../mk/rules.mk +include ../../mk/init.mk SUBDIRS = core OBJECTIVE_LIBS = libadplug$(SHARED_SUFFIX) @@ -13,8 +13,8 @@ OBJECTS = ${SOURCES:.cc=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) \ - -I../../../intl -I../../.. -I./core + -I../../intl -I../.. -I./core CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(BINIO_CFLAGS) \ - -I../../../intl -I../../.. -I./core + -I../../intl -I../.. -I./core -include ../../../mk/objective.mk +include ../../mk/objective.mk
