]> git.draconx.ca Git - liblbx.git/blobdiff - Makefile.am
liblbx: Reset EOF flag after a successful seek on a pipe.
[liblbx.git] / Makefile.am
index 8ce94775f74d5497f9ed6b744b07be9e6e5c5882..b5f27b17dc8370047f8f4122129b6d004a484c49 100644 (file)
@@ -1,9 +1,25 @@
+# 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
 
+EXTRA_DIST  = m4/gnulib-cache.m4
+CLEANFILES  =
+
+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 .