From 8dfc5556c85a8fac7e0fdb3ef3c8c5eae52740ab Mon Sep 17 00:00:00 2001 From: Francesco Salvestrini Date: Sat, 6 Sep 2008 16:05:26 +0200 Subject: [PATCH] Added src directory --- Makefile.am | 4 +++- configure.ac.in | 2 ++ Makefile.am => src/Makefile.am | 8 -------- 3 files changed, 5 insertions(+), 9 deletions(-) copy Makefile.am => src/Makefile.am (89%) diff --git a/Makefile.am b/Makefile.am index e1eb963..0081703 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,9 @@ include $(top_srcdir)/Makefile.sub SUBDIRS = \ tools \ - . + . \ + src \ + docs ## ## User related targets diff --git a/configure.ac.in b/configure.ac.in index 080a4a0..1cb5f79 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -65,6 +65,8 @@ AX_PATH_MISSING([WGET],[wget]) AC_CONFIG_FILES([ Makefile + src/Makefile + docs/Makefile tools/Makefile diff --git a/Makefile.am b/src/Makefile.am similarity index 89% copy from Makefile.am copy to src/Makefile.am index e1eb963..1325cf9 100644 --- a/Makefile.am +++ b/src/Makefile.am @@ -18,14 +18,6 @@ ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. ## -ACLOCAL_AMFLAGS = -I tools/autotools/m4 - -include $(top_srcdir)/Makefile.sub - -SUBDIRS = \ - tools \ - . - ## ## User related targets ## -- 2.11.4.GIT