]> git.draconx.ca Git - cdecl99.git/blobdiff - Makefile.am
Forbid arrays of functions.
[cdecl99.git] / Makefile.am
index 87635f605e24aeb99dfc91eca0ee3b586da6f62c..ad56e4ad3471e61d5bb1dd37846e61fbd18b7fb2 100644 (file)
@@ -1,3 +1,9 @@
+# Copyright © 2011 Nick Bowler
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
+
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = lib .
@@ -13,12 +19,12 @@ EXTRA_DIST = m4/gnulib-cache.m4 src/types.lst src/typenames.sed \
        src/validtypes.sed src/parse.stamp src/scan.stamp
 
 include_HEADERS = src/cdecl.h
-noinst_HEADERS = src/typemap.h src/scan.h src/parse.h
+noinst_HEADERS = src/typemap.h src/output.h src/scan.h src/parse.h
 
 lib_LTLIBRARIES = libcdecl.la
 libcdecl_la_LDFLAGS = -export-symbols-regex '^cdecl_[[:lower:]]'
 libcdecl_la_SOURCES = src/scan.c src/parse.c src/parse-decl.c src/typemap.c \
-       src/explain.c
+       src/output.c src/explain.c src/declare.c
 
 bin_PROGRAMS = cdecl99
 cdecl99_SOURCES = src/cdecl99.c