[libgda] libgda: fix autotools resource location



commit 0e3bd8bd7081d89978c32c24ca9f719c57b3071f
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Thu Jan 24 11:46:13 2019 -0600

    libgda: fix autotools resource location

 libgda/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index 181c98047..abcf64d77 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -312,7 +312,7 @@ DTD_FILES = libgda-array.dtd \
            libgda-db-catalog.dtd
 
 libgda.gresources.c: libgda.gresources.xml $(xml_DATA) $(DTD_FILES)
-       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(builddir) --generate-source 
$(srcdir)/libgda.gresources.xml
+       $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source 
$(srcdir)/libgda.gresources.xml
 
 
 dtddir=$(LIBGDA_DTDDIR)


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