X-Git-Url: https://git.draconx.ca/gitweb/slotifier.git/blobdiff_plain/a8de6c1960d27f9990f4ee6c8b0db1299929d1d6..94caef14bac9b8e8dd29b40f38c2429d2a4453f4:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 35666c6..85ab589 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,11 +6,11 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4 -CLEANFILES = +CLEANFILES = $(EXTRA_LIBRARIES) DISTCLEANFILES = MOSTLYCLEANFILES = MAINTAINERCLEANFILES = -noinst_LTLIBRARIES = +EXTRA_LIBRARIES = EXTRA_DIST = AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib \ @@ -20,7 +20,7 @@ AM_CFLAGS = $(LIBGERBV_CFLAGS) $(CNEARTREE_CFLAGS) bin_PROGRAMS = slotifier slotifier_SOURCES = src/slotifier.c -slotifier_LDADD = $(LIBGERBV_LIBS) $(CNEARTREE_LIBS) libgnu.la \ +slotifier_LDADD = $(LIBGERBV_LIBS) $(CNEARTREE_LIBS) libgnu.a \ $(LTLIBICONV) $(LTLIBINTL) $(HYPOT_LIBM) $(slotifier_OBJECTS): $(gnulib_headers)