diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-10-24 19:39:54 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-10-24 19:46:33 -0400 |
commit | 8dee37ff3bb908d597d53f2b335fc2111643cce7 (patch) | |
tree | 513a3d6257f8e046f44a0a9071a84a4ca28642a4 /sxpm/Makefile.am | |
parent | 34abbaaacddf1018d1805bc4890226ab200a50fb (diff) | |
download | xorg-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/Makefile.am')
-rw-r--r-- | sxpm/Makefile.am | 2 |
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) |