diff options
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Makefile.am.in b/Makefile.am.in new file mode 100644 index 0000000..27cc96a --- /dev/null +++ b/Makefile.am.in @@ -0,0 +1,21 @@ +## (C) 1997 Stephan Kulow + +AUTOMAKE_OPTIONS = foreign +DISTCLEANFILES = inst-apps + +install-data-local: + @echo "" + @echo "" + @echo "*************** Important *************************" + @echo "" + @echo "This module contains unreleased software." + @echo "" + @echo "The software may compile and work, but it may just" + @echo "as well neither compile nor work." + @echo "" + @echo "****************************************************" + @echo "" + +include admin/deps.am + + |