]> git.draconx.ca Git - liblbx.git/blobdiff - Makefile.am
build: Integrate Gnulib non-recursively using fix-gnulib.
[liblbx.git] / Makefile.am
index 98eeac895b1041b35dbf94fe3ee664b7c7ccd11e..7be6e9c6f72c7fe08659ed59cf6bb95c36863db1 100644 (file)
@@ -1,3 +1,25 @@
-ACLOCAL_AMFLAGS = -I m4
+# 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.
 
-SUBDIRS = src doc/man
+ACLOCAL_AMFLAGS = -I m4 -I common/m4
+
+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