[gxml] Added rpath file and removed unneeded file in Makefile.am



commit be70e81c32a38abd6e8a692a699d30fe228616d8
Author: Daniel Espinosa <esodan gmail com>
Date:   Sun Jul 31 09:32:01 2016 -0500

    Added rpath file and removed unneeded file in Makefile.am
    
    This is a set of patches to fix make distcheck.

 Makefile.am      |    3 ++-
 gxml/Makefile.am |    1 -
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index a4d6416..fe0019a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,7 +41,8 @@ EXTRA_DIST = $(gxmldoc_DATA) \
        config.rpath \
        $(INTLTOOL_FILES)
 
-
+config.rpath:
+       @touch config.rpath
 
 
 # Lists of generated files you want to be able to clean
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 62af78f..f85f07e 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -100,7 +100,6 @@ sources = \
        GXmlHashMapAttr.vala \
        GXmlListChildren.vala \
        GXmlListNamespaces.vala \
-       GXmlDomRange.val \
        DomAttr.vala \
        DomCharacter.vala \
        DomCollections.vala \


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