APPEXTRALIBS added to LDLIBS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-07 09:15:35 +00:00
parent d6c85bee75
commit d76bb2182d

View File

@@ -12,7 +12,7 @@
# see comment near LDFLAGS at the end of file
EXTRALIBS = @LDFLAGS@ @EXTRA_LIBS@
LDLIBS = ${top_builddir}/lib/@WX_TARGET_LIBRARY@ $(EXTRALIBS)
LDLIBS = ${top_builddir}/lib/@WX_TARGET_LIBRARY@ $(EXTRALIBS) $(APPEXTRALIBS)
TOOLKIT = @TOOLKIT@
TOOLKITDIR = @TOOLKIT_DIR@