Mercurial > audlegacy-plugins
diff src/console/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 | 3da1b8942b8b |
| children | fb513e10174e |
line wrap: on
line diff
--- a/src/console/Makefile Mon Sep 18 03:34:48 2006 -0700 +++ b/src/console/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 OBJECTIVE_LIBS = libconsole$(SHARED_SUFFIX) @@ -44,6 +44,6 @@ OBJECTS = ${SOURCES:.cxx=.o} LIBADD += -lz $(GTK_LIBS) -lstdc++ -CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../.. +CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. -include ../../../mk/objective.mk +include ../../mk/objective.mk
