[phodav] build-sys: fix .gitignore generation



commit d9f8830269a6aa6873df7a9a6eb0e13cc2aac6f1
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Wed Jan 22 18:51:58 2014 +0100

    build-sys: fix .gitignore generation

 Makefile.am           |    2 +-
 configure.ac          |    2 ++
 libphodav/Makefile.am |    1 +
 spice/Makefile.am     |    1 +
 4 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 02d87d3..53e36c3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ makeflags_0 = --no-print-directory -s
 makeflags_1 =
 AM_MAKEFLAGS = $(makeflags_$(V))
 
-SUBDIRS = po
+SUBDIRS = po spice libphodav
 noinst_LTLIBRARIES = libphodav.la
 bin_PROGRAMS = chezdav
 sbin_PROGRAMS = spice-webdavd
diff --git a/configure.ac b/configure.ac
index d7ac335..89c5cc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,6 +103,8 @@ fi
 AC_CONFIG_FILES([
 Makefile
 po/Makefile.in
+spice/Makefile
+libphodav/Makefile
 ])
 AC_OUTPUT
 
diff --git a/libphodav/Makefile.am b/libphodav/Makefile.am
new file mode 100644
index 0000000..ae44c94
--- /dev/null
+++ b/libphodav/Makefile.am
@@ -0,0 +1 @@
+-include $(top_srcdir)/git.mk
diff --git a/spice/Makefile.am b/spice/Makefile.am
new file mode 100644
index 0000000..ae44c94
--- /dev/null
+++ b/spice/Makefile.am
@@ -0,0 +1 @@
+-include $(top_srcdir)/git.mk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]