summaryrefslogtreecommitdiff
path: root/sxpm
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-10-24 19:39:54 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-10-24 19:46:33 -0400
commit8dee37ff3bb908d597d53f2b335fc2111643cce7 (patch)
tree513a3d6257f8e046f44a0a9071a84a4ca28642a4 /sxpm
parent34abbaaacddf1018d1805bc4890226ab200a50fb (diff)
downloadxorg-lib-libXpm-8dee37ff3bb908d597d53f2b335fc2111643cce7.tar.gz
sxpm make: no need to use a per target LDADD
There is only one program in this makefile. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'sxpm')
-rw-r--r--sxpm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)