Fixed checking for libjpeg and linking against it which were broken.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-03-08 14:13:56 +00:00
parent 706bb5f973
commit 2e0bceb668
3 changed files with 51 additions and 52 deletions

View File

@@ -88,6 +88,7 @@ WX_LINK = @WX_LINK@
THREADS_LINK = @THREADS_LINK@
EXTRA_LINK = @EXTRA_LINK@
JPEG_LINK = @JPEG_LINK@
# INCLUDES
WX_INCLUDES = \
@@ -110,8 +111,9 @@ LINK_LIBS= \
$(X_EXTRA_LIBS) \
$(X_PRE_LIBS) \
$(THREADS_LINK) \
$(EXTRA_LINK)
$(EXTRA_LINK) \
$(JPEG_LINK)
# Don't include $(OPENGL_LIBS) in LINK_LIBS; they
# can be conveniently added to BIN_LINK in Makefile.in.