Mercurial > audlegacy-plugins
diff src/iris/Makefile @ 118:71574bb264d0 trunk
[svn] - link against needed libs
| author | nenolod |
|---|---|
| date | Wed, 25 Oct 2006 00:02:27 -0700 |
| parents | 614e390341f4 |
| children |
line wrap: on
line diff
--- a/src/iris/Makefile Tue Oct 24 23:45:14 2006 -0700 +++ b/src/iris/Makefile Wed Oct 25 00:02:27 2006 -0700 @@ -5,7 +5,7 @@ LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR) -LIBADD = $(GTK_LIBS) -lGL +LIBADD = $(GTK_LIBS) -lGL $(XXF86VM_LIBS) SOURCES = \ 3Dstuff.c \ @@ -29,6 +29,6 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) -D_REENTRANT $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. +CFLAGS += $(PICFLAGS) -D_REENTRANT $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. $(XXF86VM_CFLAGS) include ../../mk/objective.mk
