From bb9bc9051629c3319c56785c2f4ae0e605d76329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 21 Nov 2015 14:51:17 +0100 Subject: Initial import of bitz-server version 0.1.6-1 --- Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..84af588 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,19 @@ +## Makefile.am -- Process this file with automake to produce Makefile.in + +# amflags +ACLOCAL_AMFLAGS = -I aux-build/m4 + +# sub dirs +SUBDIRS = \ + conf \ + doc \ + include \ + lib \ + modules \ + src + +# extra dist files +EXTRA_DIST = \ + changelog \ + README.md + -- cgit v1.2.3