[PATCH libXpm 4/9] sxpm make: no need to use a per target LDADD
Gaetan Nadon
memsize at videotron.ca
Sun Oct 17 15:06:36 PDT 2010
There is only one program in this makefile.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
sxpm/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am
index f0e402d..153dab5 100644
--- a/sxpm/Makefile.am
+++ b/sxpm/Makefile.am
@@ -5,7 +5,7 @@ bin_PROGRAMS = sxpm
AM_CPPFLAGS = -I$(top_srcdir)/include
AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS)
AM_LDFLAGS = $(SXPM_LIBS)
-sxpm_LDADD = $(top_builddir)/src/libXpm.la
+LDADD = $(top_builddir)/src/libXpm.la
sxpm_SOURCES = sxpm.c
--
1.6.0.4
More information about the xorg-devel
mailing list