X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/26c4a5db661e1c68982f0b474b52b33d38dc2b7a..d2aa316f6b44d403eec7d010a55ac824fd83662b:/Makefile.am diff --git a/Makefile.am b/Makefile.am index eb605df..8f5aac9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,14 +7,17 @@ AUTOMAKE_OPTIONS = parallel-tests color-tests ACLOCAL_AMFLAGS = -I m4 +MOSTLYCLEANFILES = +noinst_LTLIBRARIES = + AM_CPPFLAGS = -I$(top_srcdir)/src EXTRA_DIST = m4/gnulib-cache.m4 dist_man_MANS = doc/man/upkg.1 -DIST_SUBDIRS = libltdl lib src -SUBDIRS = lib +DIST_SUBDIRS = libltdl src +SUBDIRS = . if BUNDLED_LIBLTDL SUBDIRS += libltdl @@ -23,7 +26,7 @@ endif SUBDIRS += src check_PROGRAMS = test/decodeindex -test_decodeindex_LDADD = src/libupkg.la lib/libgnu.la +test_decodeindex_LDADD = src/libupkg.la libgnu.la TESTS_ENVIRONMENT = SHELL='$(SHELL)' EXEEXT='$(EXEEXT)' TEST_EXTENSIONS = .sh @@ -31,3 +34,5 @@ SH_LOG_COMPILER = $(SHELL) TESTS = tests/libupkg-index-decode.sh EXTRA_DIST += $(TESTS) + +include $(top_srcdir)/lib/gnulib.mk