mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 09:22:27 +01:00
wrlib: Fixed and improved NETPBM examples
The tests examples were not compiling because of a missing X11 lib. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
committed by
Carlos R. Mafra
parent
8b73356c4f
commit
de1421394c
@@ -8,7 +8,7 @@ EXTRA_DIST = test.png tile.xpm ballot_box.xpm
|
||||
|
||||
AM_CPPFLAGS = -I$(srcdir)/.. $(DFLAGS) @HEADER_SEARCH_PATH@
|
||||
|
||||
LIBLIST = $(top_builddir)/wrlib/libwraster.la
|
||||
LIBLIST = $(top_builddir)/wrlib/libwraster.la @XLIBS@
|
||||
|
||||
testdraw_SOURCES = testdraw.c
|
||||
testdraw_LDADD = $(LIBLIST)
|
||||
|
||||
Reference in New Issue
Block a user