X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/4d012782a0d123136cb51735ddaa352bdc0c773c..cc58652bf808568b935ca755d4360aa0f1aedfed:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e1c7d3a..6830ab5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,16 @@ -SUBDIRS = src doc/man -DISTCLEANFILES = pkg_err_file pkg_rpt_file +# 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 + +dist_man_MANS = +dist_doc_DATA = +noinst_HEADERS = +lib_LTLIBRARIES = +bin_PROGRAMS = + +include doc/Makefile.inc +include src/Makefile.inc