diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-06-05 22:16:11 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-06-05 22:16:11 +0000 |
commit | 9503817436b64e44239434750e4689cd35e0240e (patch) | |
tree | 8b5ebf1421085d2f32a26a17ae320f9d265f1260 /Makefile.am | |
parent | cdad91d64f5a58275f209d5ac4867585d68c0e73 (diff) |
install all of our headers, but not winproc unless on W32
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2b89f46767..17528164f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,5 @@ EXTRA_DIST = \ ACLOCAL_AMFLAGS = -I m4 +gnunetincludedir = $(includedir)/gnunet +gnunetinclude_HEADERS = gnunet_config.h |