diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 21:21:37 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:07:17 +0100 |
commit | 1826d4de5903f496bd424d3f93a7c8f307ce6759 (patch) | |
tree | bea921b72f79a1b5de168e56254252668358cc08 /Makefile.am | |
parent | 655b527827fc2b64b374a1d29e884e92269e9cae (diff) | |
download | sciteco-1826d4de5903f496bd424d3f93a7c8f307ce6759.tar.gz |
additional minor changes: distribution building now possible
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index b59eaa9..d8a55af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,6 +3,6 @@ SUBDIRS = src dist_sciteco_data_DATA = teco.ini -EXTRA_DIST = compat/bsd/sys/cdefs.h \ - compat/bsd/sys/queue.h \ - compat/bsd/sys/tree.h +noinst_HEADERS = compat/bsd/sys/cdefs.h \ + compat/bsd/sys/queue.h \ + compat/bsd/sys/tree.h |