mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
link libWINGs against libwraster
libWINGs is using libwraster functions (e.g. RScaleImage) and therefore needs to be linked against it. ametzler@argenau:/tmp/WMAKER/wmaker-crm$ env LD_LIBRARY_PATH=debian/wmaker/usr/lib ldd -r debian/wmaker/usr/lib/libWINGs.so.2.0.1 2>&1 | grep RScaleIma undefined symbol: RScaleImage (debian/wmaker/usr/lib/libWINGs.so.2.0.1)
This commit is contained in:
committed by
Carlos R. Mafra
parent
ffb803a0ba
commit
c396e8ca4f
@@ -19,7 +19,7 @@ lib_LTLIBRARIES = libWUtil.la libWINGs.la
|
||||
|
||||
|
||||
LDADD= libWUtil.la libWINGs.la $(top_builddir)/wrlib/libwraster.la @INTLIBS@
|
||||
libWINGs_la_LIBADD = libWUtil.la
|
||||
libWINGs_la_LIBADD = libWUtil.la $(top_builddir)/wrlib/libwraster.la
|
||||
|
||||
EXTRA_DIST = BUGS make-rgb Examples Extras Tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user