X-Git-Url: https://git.draconx.ca/gitweb/liblbx.git/blobdiff_plain/c988ed346e0af1707a9b7b3577e14f12c69a6f07..774909781a38c823e3688482ab8988cedf897048:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 6830ab5..7be6e9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,25 @@ -# Copyright (C) 2009 Nick Bowler +# 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 +ACLOCAL_AMFLAGS = -I m4 -I common/m4 -dist_man_MANS = -dist_doc_DATA = -noinst_HEADERS = -lib_LTLIBRARIES = -bin_PROGRAMS = +EXTRA_DIST = m4/gnulib-cache.m4 +CLEANFILES = +MOSTLYCLEANFILES = + +AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib + +dist_man_MANS = +dist_doc_DATA = +noinst_HEADERS = +lib_LTLIBRARIES = +noinst_LTLIBRARIES = +bin_PROGRAMS = include doc/Makefile.inc include src/Makefile.inc +include src/gui/Makefile.inc +include lib/gnulib.mk