X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/21b765a5e880c966a965fc40922ca6257bc465c6..3e740e95c0f5988019092303d650cce4bae290f0:/Makefile.am diff --git a/Makefile.am b/Makefile.am index b89ed90..f5c126c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,20 @@ +# Copyright © 2009 Nick Bowler +# +# License WTFPL2: Do What The Fuck You Want To Public License, version 2. +# This is free software: you are free to do what the fuck you want to. +# There is NO WARRANTY, to the extent permitted by law. + 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