[gxml] Fixes for make distcheck



commit 9f49cbb90c4daa60c2cb23a06c0b06f9e4d23073
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu Apr 10 09:44:12 2014 -0500

    Fixes for make distcheck
    
    * Still requires to fix po built

 examples/c/Makefile.am  |    2 +-
 examples/js/Makefile.am |    2 +-
 gxml/Makefile.am        |   13 ++++---------
 3 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/examples/c/Makefile.am b/examples/c/Makefile.am
index 62de067..718bd55 100644
--- a/examples/c/Makefile.am
+++ b/examples/c/Makefile.am
@@ -1,2 +1,2 @@
 
-EXTRA_DIST = bookshelf.xml Makefile.example output document_create.c document_new.c document_new_from_file.c 
document_new_from_path.c document_new_from_string.c document_new_minimal.c document_properties.c 
document_save_to_path.c document_save_to_stream.c node.c comment.c character_data.c text.c node_list.c 
element.c
+EXTRA_DIST = bookshelf.xml Makefile.example document_create.c document_new.c document_new_from_file.c 
document_new_from_path.c document_new_from_string.c document_new_minimal.c document_properties.c 
document_save_to_path.c document_save_to_stream.c node.c comment.c character_data.c text.c node_list.c 
element.c
diff --git a/examples/js/Makefile.am b/examples/js/Makefile.am
index 0dc83c1..a0e6d93 100644
--- a/examples/js/Makefile.am
+++ b/examples/js/Makefile.am
@@ -1,3 +1,3 @@
 
 EXTRA_DIST = bookshelf.xml bookshelf_node.xml bookshelf2.xml \
-   attr.js cdata_section.js character_data.js comment.js document_create.js document_new_from_file.js 
document_new_from_path.js document_new_from_string.js document_new.js document_properties.js 
document_save_to_path.js element.js node_child_management.js node_list.js node_self.js text.js  output
+   attr.js cdata_section.js character_data.js comment.js document_create.js document_new_from_file.js 
document_new_from_path.js document_new_from_string.js document_new.js document_properties.js 
document_save_to_path.js element.js node_child_management.js node_list.js node_self.js text.js
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 499dc83..cc1814e 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -1,5 +1,4 @@
-## Process this file with automake to produce Makefile.in
-## Created by Anjuta and modified based on libfolks
+-include $(top_srcdir)/git.mk
 
 # Empty variable to be added elements later
 CLEANFILES=
@@ -123,6 +122,7 @@ pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = $(pkgconfig_in:.in=)
 
 EXTRA_DIST = \
+       $(sources) \
        $(pkgconfig_in) \
        $(NULL)
 
@@ -203,14 +203,9 @@ BUILT_SOURCES = \
        $(NULL)
 
 CLEANFILES += \
-       $(BUILT_SOURCES) \
+       $(pkgconfig_DATA) \
        namespace-info.vala \
-       $(libgxml_0_4_la_SOURCES:.vala=.c) \
+       $(sources:.vala=.c) \
        $(gir_DATA) \
        $(typelib_DATA)
 
-MAINTAINERCLEANFILES = $(BUILT_SOURCES)
-
-
-
--include $(top_srcdir)/git.mk


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