]> git.draconx.ca Git - liblbx.git/blobdiff - Makefile.am
gnulib: Use getopt-gnu module for increased tool portability.
[liblbx.git] / Makefile.am
index 6830ab59cc3139c7a36fff1af07a84e250bbd1cb..13f63546de23620463e9e1752163b765335e2f79 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -6,6 +6,11 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
+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  =
@@ -14,3 +19,5 @@ bin_PROGRAMS    =
 
 include doc/Makefile.inc
 include src/Makefile.inc
+
+SUBDIRS = lib .