SXPM_LIBS contains the complete list of dependencies. 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 1a8e5de..d83324c 100644 --- a/sxpm/Makefile.am +++ b/sxpm/Makefile.am @@ -7,7 +7,7 @@ AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS) sxpm_SOURCES = sxpm.c -sxpm_LDADD = $(XPM_LIBS) $(SXPM_LIBS) $(top_builddir)/src/libXpm.la +sxpm_LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la # Man page appmandir = $(APP_MAN_DIR) -- 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
