From 8dee37ff3bb908d597d53f2b335fc2111643cce7 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 24 Oct 2010 19:39:54 -0400 Subject: sxpm make: no need to use a per target LDADD There is only one program in this makefile. Signed-off-by: Gaetan Nadon --- sxpm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sxpm') diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am index d83324c..8241e87 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS) sxpm_SOURCES = sxpm.c -sxpm_LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la +LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la # Man page appmandir = $(APP_MAN_DIR) -- cgit v1.2.1