]> git.draconx.ca Git - liblbx.git/blobdiff - Makefile.am
build: Use automake silent rules.
[liblbx.git] / Makefile.am
index 98eeac895b1041b35dbf94fe3ee664b7c7ccd11e..6830ab59cc3139c7a36fff1af07a84e250bbd1cb 100644 (file)
@@ -1,3 +1,16 @@
+# Copyright (C) 2009 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
+dist_man_MANS   =
+dist_doc_DATA   =
+noinst_HEADERS  =
+lib_LTLIBRARIES =
+bin_PROGRAMS    =
+
+include doc/Makefile.inc
+include src/Makefile.inc