X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/21b765a5e880c966a965fc40922ca6257bc465c6..47b409bd9db9e40c113860e2d6a1b84cef6e2ebe:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b89ed90..2b9c072 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,20 @@ +# Copyright (C) 2009 Nick Bowler +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without any warranty. + ACLOCAL_AMFLAGS = -I m4 -lib_LTLIBRARIES = libupkg.la -bin_PROGRAMS = upkg +EXTRA_DIST = m4/gnulib-cache.m4 + +dist_man_MANS = doc/man/upkg.1 + +DIST_SUBDIRS = libltdl lib src +SUBDIRS = lib -libupkg_la_SOURCES = libupkg.c pack.c -include_HEADERS = upkg.h -noinst_HEADERS = pack.h +if BUNDLED_LIBLTDL +SUBDIRS += libltdl +endif -upkg_SOURCES = upkg.c -upkg_LDADD = libupkg.la +SUBDIRS += src