[grilo] core: Add a Makefile.am in src/data



commit 0486e1d76b7a524e3fbdd83a9cc2be6a8779bbe6
Author: Mathieu Duponchelle <mathieu duponchelle opencreed com>
Date:   Sun Apr 26 18:14:08 2015 +0200

    core: Add a Makefile.am in src/data
    
    To have a gitignore generated there as well.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748455

 configure.ac         |    1 +
 src/Makefile.am      |    2 ++
 src/data/Makefile.am |    1 +
 3 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a7e45a1..5455099 100644
--- a/configure.ac
+++ b/configure.ac
@@ -293,6 +293,7 @@ AC_CONFIG_FILES([
   grilo-uninstalled.pc
   grilo-0.2.pc
   src/Makefile
+  src/data/Makefile
   po/Makefile.in
   po/Makefile
   tests/Makefile
diff --git a/src/Makefile.am b/src/Makefile.am
index 1ecf809..a6e2ccb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,6 +5,8 @@
 #
 # Copyright (C) 2010, 2011 Igalia S.L. All rights reserved.
 
+SUBDIRS = data
+
 BUILT_SOURCES = \
        grl-marshal.h \
        grl-marshal.c \
diff --git a/src/data/Makefile.am b/src/data/Makefile.am
new file mode 100644
index 0000000..ae44c94
--- /dev/null
+++ b/src/data/Makefile.am
@@ -0,0 +1 @@
+-include $(top_srcdir)/git.mk


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