diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-03-15 13:56:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-03-15 13:56:32 +0100 |
commit | 9d76bbc96333942d4e2a22b8a27a67068408608c (patch) | |
tree | 65febb7c648364c0ba16b18e34ccbafc71de8b80 /Makefile.am | |
parent | 19e9a9bcdb520425700da30608d97427b0cc829e (diff) |
fixing build system to include examples
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce2fe3ed..e32dcf93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ # the following definition tells where others .am are located AM_CPPFLAGS = -I$(top_srcdir)/src/include -SUBDIRS = src #doc +SUBDIRS = src copylib examples ACLOCAL_AMFLAGS = -I m4 |