1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 09:22:27 +01:00

- fixed compilation problem for systems that require -lintl for building WINGs

- removed redundant include/lib paths from the get-*-flags scripts
This commit is contained in:
dan
2001-10-10 01:02:34 +00:00
parent 75f790160b
commit 4be9abcdbc
8 changed files with 34 additions and 44 deletions

View File

@@ -4,7 +4,8 @@ AUTOMAKE_OPTIONS = no-dependencies
noinst_PROGRAMS = wtest wmquery wmfile testmywidget
LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la
LDADD= $(top_builddir)/WINGs/libWINGs.a $(top_builddir)/wrlib/libwraster.la \
@INTLIBS@
testmywidget_SOURCES = testmywidget.c mywidget.c mywidget.h