summaryrefslogtreecommitdiff
path: root/sxpm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'sxpm/Makefile.am')
-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)