[gnome-todo] build: fix automake files



commit 5e7e0ac6656fae603fa33d2ff9781dc9b10bf099
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Jan 18 22:29:09 2016 -0200

    build: fix automake files

 plugins/eds/Makefile.am |   12 +++++++++---
 src/Makefile.am         |    8 +++++++-
 2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/plugins/eds/Makefile.am b/plugins/eds/Makefile.am
index aeb4bdf..c707ade 100644
--- a/plugins/eds/Makefile.am
+++ b/plugins/eds/Makefile.am
@@ -42,9 +42,15 @@ libeds_la_LDFLAGS = \
 resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies \
                 --sourcedir=$(top_srcdir)/plugins/eds $(top_srcdir)/plugins/eds/eds.gresource.xml)
 
-gtd-plugin-eds-resources.c: eds.gresource.xml $(resource_files)
+gtd-plugin-eds-resources.c: $(top_srcdir)/plugins/eds/eds.gresource.xml $(resource_files)
        $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(top_srcdir)/plugins/eds 
--generate-source $<
 
+CLEANFILES = \
+       $(BUILT_SOURCES)
 
-
-EXTRA_DIST = eds.plugin.in
+EXTRA_DIST = \
+       $(resource_files) \
+       eds.plugin.in \
+       eds.gresource.xml \
+       edit-pane.ui \
+       theme/Adwaita.css
diff --git a/src/Makefile.am b/src/Makefile.am
index c7d7ffb..82097e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -188,7 +188,13 @@ Gtd_1_0_gir_PROGRAM = $(builddir)/gnome-todo
 Gtd_1_0_gir_SCANNERFLAGS = \
        -n Gtd \
        --identifier-prefix Gtd  \
-       --symbol-prefix gtd
+       --symbol-prefix gtd \
+       -I$(srcdir) \
+       -I$(srcdir)/provider \
+       -I$(srcdir)/notification \
+       -I$(srcdir)/interfaces \
+       -I$(srcdir)/plugin \
+       -I$(srcdir)/views
 Gtd_1_0_gir_FILES = $(introspection_sources)
 INTROSPECTION_GIRS += Gtd-1.0.gir
 


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