yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #01362
[svn] r1828 - trunk/extra/mgpost/src
Author: richefeu
Date: 2009-07-01 14:00:32 +0200 (Wed, 01 Jul 2009)
New Revision: 1828
Modified:
trunk/extra/mgpost/src/Makefile.linux
Log:
Remove default linkage with libtiff (png is now prefered)
Modified: trunk/extra/mgpost/src/Makefile.linux
===================================================================
--- trunk/extra/mgpost/src/Makefile.linux 2009-07-01 11:56:46 UTC (rev 1827)
+++ trunk/extra/mgpost/src/Makefile.linux 2009-07-01 12:00:32 UTC (rev 1828)
@@ -16,8 +16,8 @@
# _WITH_PNG : linked with libpng
CC =gcc
-CFLAGS =-Wall -O3 -D_GNU_SOURCE -D_LIBXML2 -D_LINUX -D_WITH_TIFF -D_WITH_PNG
-LIBS =-lGL -lGLU -lglut -lm -lxml2 -ltiff -lpng -lX11 -lXmu -lXi
+CFLAGS =-Wall -O3 -D_GNU_SOURCE -D_LIBXML2 -D_LINUX -D_WITH_PNG
+LIBS =-lGL -lGLU -lglut -lm -lxml2 -lpng -lX11 -lXmu -lXi
LIBSDIR =-L/usr/X11R6/lib
INC_DIR =-I/usr/include/libxml2
H_FILES =mgpost.h colors.h section.h display_funcs.h dialog.h \