mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 01:12:30 +01:00
- added the wraster lib dependancies at link time, so they will be
written in the libwraster.la file allowing automatic linking against all the libs libwraster depends upon without specifing them again when linking programs that use libwraster. -lwraster will be enough.
This commit is contained in:
@@ -15,9 +15,7 @@ bin_SCRIPTS = get-wings-flags get-wutil-flags
|
||||
lib_LIBRARIES = libWINGs.a libWUtil.a
|
||||
|
||||
|
||||
LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la\
|
||||
@LIBRARY_SEARCH_PATH@ @GFXLIBS@ @XLIBS@ \
|
||||
-lm @LIBPL@
|
||||
LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@
|
||||
|
||||
|
||||
EXTRA_DIST = BUGS
|
||||
|
||||
Reference in New Issue
Block a user