diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-19 16:30:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-19 16:30:31 +0100 |
commit | 641112724ed97ee731add6ea8b5aff49a7891218 (patch) | |
tree | af2de5bbc8093874358356d6c46e8d5627de9808 /Makefile.am | |
parent | 95ab500e198f6cb17505af306f9c6c9ffa834144 (diff) |
add license header
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 6840c791..31288154 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -# the following definition tells where others .am are located -AM_CPPFLAGS = -I$(top_srcdir)/src/include +# This Makefile is in the public domain + SUBDIRS = src copylib examples ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = AUTHORS COPYING.GPL COPING.AGPL COPYING.LGPL |