From 42c261c99de3c4dd6c85ab2474067e865d6a7cfc Mon Sep 17 00:00:00 2001 From: Mandrake Date: Sat, 20 Jan 2001 06:53:34 +0000 Subject: [PATCH] Er, this was just blatantly and obviously wrong. fixed. SVN revision: 4137 --- demo/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demo/Makefile.am b/demo/Makefile.am index 7e1444e..1cfd35a 100644 --- a/demo/Makefile.am +++ b/demo/Makefile.am @@ -12,6 +12,7 @@ INCLUDES = -I/usr/X11R6/include -I$(top_srcdir)/libltdl \ -I$(top_srcdir)/loaders bin_PROGRAMS = imlib2_view imconvert -imlib2_view_SOURCES = view.c imconvert.c -imlib2_view_LDADD = @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la \ +imconvert_SOURCES = imconvert.c +imlib2_view_SOURCES = view.c +LDADD = @DLLDFLAGS@ $(top_builddir)/libltdl/libltdlc.la \ $(x_libs) -lttf -lImlib2