There is only one program in this makefile. Signed-off-by: Gaetan Nadon <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
