Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 327803 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- libgda-4.1.0/libgda/Makefile.am
0
++ libgda-4.1.0/libgda/Makefile.am
Lines 237-243 Link Here
237
endif
237
endif
238
238
239
gdaincludedir=$(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda
239
gdaincludedir=$(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda
240
gdainclude_HEADERS=$(libgda_built_headers) $(gda_headers)
240
install_offenders=gda-marshal.h
241
gdainclude_HEADERS=$(filterout $(install-offenders),$(libgda_built_headers) $(gda_headers)) $(install-offenders)
241
242
242
CLEANFILES = $(libgda_built_headers) $(libgda_built_cfiles) \
243
CLEANFILES = $(libgda_built_headers) $(libgda_built_cfiles) \
243
	gda-marshal.c \
244
	gda-marshal.c \
244
-- libgda-4.1.0/providers/sqlite/Makefile.am
245
++ libgda-4.1.0/providers/sqlite/Makefile.am
Lines 23-29 Link Here
23
xmldir   = $(datadir)/libgda-4.0
23
xmldir   = $(datadir)/libgda-4.0
24
xml_in_files = sqlite_specs_create_db.xml.in \
24
xml_in_files = sqlite_specs_create_db.xml.in \
25
	sqlite_specs_dsn.xml.in \
25
	sqlite_specs_dsn.xml.in \
26
	sqlite_specs_create_db.xml.in \
27
	sqlite_specs_drop_db.xml.in \
26
	sqlite_specs_drop_db.xml.in \
28
	sqlite_specs_create_table.xml.in \
27
	sqlite_specs_create_table.xml.in \
29
	sqlite_specs_drop_table.xml.in \
28
	sqlite_specs_drop_table.xml.in \

Return to bug 327803