From 342b5fdef11e4894e975df5563ab24ac66cf899a Mon Sep 17 00:00:00 2001 From: Vivien Malerba <malerba@gnome-db.org> Date: Tue, 19 Jan 2010 20:56:02 +0000 Subject: Correctly install libgda.h, bug #607357 --- diff --git a/libgda/Makefile.am b/libgda/Makefile.am index e3ea991..8da4548 100644 --- a/libgda/Makefile.am +++ b/libgda/Makefile.am @@ -247,7 +247,7 @@ uninstall-def-files: endif gdaincludedir=$(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda -gdainclude_HEADERS=$(libgda_built_headers) $(gda_headers) +gdainclude_HEADERS=$(libgda_built_headers) $(gda_headers) libgda.h CLEANFILES = $(libgda_built_headers) $(libgda_built_cfiles) \ gda-marshal.c \ -- cgit v0.8.3.1 --- a/libgda/Makefile.in 2010-03-31 23:18:30.000000000 +0200 +++ b/libgda/Makefile.in 2010-03-31 23:18:50.000000000 +0200 @@ -220,7 +220,7 @@ gda-tree.h gda-tree-mgr-columns.h gda-tree-mgr-schemas.h \ gda-tree-mgr-tables.h gda-tree-node.h gda-tree-manager.h \ gda-tree-mgr-label.h gda-tree-mgr-select.h gda-util.h \ - gda-value.h gda-xa-transaction.h + gda-value.h gda-xa-transaction.h libgda.h HEADERS = $(gdainclude_HEADERS) RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive @@ -686,7 +688,7 @@ @PLATFORM_WIN32_TRUE@libgda_4_0_la_DEPENDENCIES = libgda.def gdaincludedir = $(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda -gdainclude_HEADERS = $(libgda_built_headers) $(gda_headers) +gdainclude_HEADERS = $(libgda_built_headers) $(gda_headers) libgda.h CLEANFILES = $(libgda_built_headers) $(libgda_built_cfiles) \ gda-marshal.c gda-enum-types.h s-enum-types-h gda-enum-types.c \ s-enum-types-c libgda.def libgda-$(GDA_ABI_VERSION).lib \