X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/f4f10a3e2bd1bd7ffda6462edef92d1d8aaebe2f..c1de95057ed86c206b9583bd21fcc2d6d4744e6c:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 330a764..13f6354 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,23 @@ +# Copyright (C) 2009-2010 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 -SUBDIRS = src doc/man -DISTCLEANFILES = pkg_err_file pkg_rpt_file +EXTRA_DIST = m4/gnulib-cache.m4 + +AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib +AM_LDFLAGS = -L$(top_builddir)/lib + +dist_man_MANS = +dist_doc_DATA = +noinst_HEADERS = +lib_LTLIBRARIES = +bin_PROGRAMS = + +include doc/Makefile.inc +include src/Makefile.inc + +SUBDIRS = lib .