X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/a5900574a2d9257695b70ec9a065e4638162e7d6..0f2525a0289276c502087c62bb228d9ad7a1880f:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 98eeac8..78541b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,24 @@ +# 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 +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 +include src/gui/Makefile.inc + +SUBDIRS = lib .