Added (previously omitted) libpng, libjpeg, libtiff, libgif to makedefs

in the Linux section
This commit is contained in:
Don BURNS
2002-04-10 01:29:45 +00:00
parent 3a94fc4c91
commit ef15655ea3
2 changed files with 5 additions and 1 deletions

View File

@@ -159,6 +159,10 @@ ifeq ($(OS),Linux)
X_LIBS = -lXmu -lX11
SOCKET_LIBS =
OTHER_LIBS =
PNG_LIBS = -lpng
JPEG_LIBS = -ljpeg
TIFF_LIB = -ltiff
GIF_LIBS = -lgif
MAKEDIST = $(TOPDIR)/Make/makerpms
endif

View File

@@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs
CXXFILES =\
ReaderWriterTIFF.cpp\
LIBS += $(TIFF_LIB) $(OSG_LIBS) $(OTHER_LIBS)
LIBS += $(OSG_LIBS) $(TIFF_LIB) $(OTHER_LIBS)
INC += -I/usr/local/include
LDFLAGS += -L/usr/local/lib