mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't install goffice and gsf headers.
* goffice/*/Makefile.am: * libgsf/*/Makefile.am: don't install goffice and gsf headers. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12347 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
fe153377d4
commit
5d932d635a
@ -10,6 +10,10 @@
|
|||||||
* src/bin/overrides/Makefile.am:
|
* src/bin/overrides/Makefile.am:
|
||||||
remove unnecessary override files that are no longer useful.
|
remove unnecessary override files that are no longer useful.
|
||||||
|
|
||||||
|
* goffice/*/Makefile.am:
|
||||||
|
* libgsf/*/Makefile.am:
|
||||||
|
don't install goffice and gsf headers.
|
||||||
|
|
||||||
2006-01-13 Neil Williams <linux@codehelp.co.uk>
|
2006-01-13 Neil Williams <linux@codehelp.co.uk>
|
||||||
|
|
||||||
* src/bin/test/test-version : Using Derek's fix to
|
* src/bin/test/test-version : Using Derek's fix to
|
||||||
|
@ -32,10 +32,10 @@ if !HAVE_GLIB26
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
libgoffice_1_ladir = $(goffice_include_dir)
|
libgoffice_1_ladir = $(goffice_include_dir)
|
||||||
libgoffice_1_la_HEADERS = \
|
noinst_HEADERS = \
|
||||||
goffice.h
|
goffice.h
|
||||||
if !HAVE_GLIB26
|
if !HAVE_GLIB26
|
||||||
libgoffice_1_la_HEADERS += glib24_26-compat.h
|
noinst_HEADERS += glib24_26-compat.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Depends on this Makefile, because it uses make variables.
|
# Depends on this Makefile, because it uses make variables.
|
||||||
|
@ -19,7 +19,7 @@ libgoffice_app_la_SOURCES = \
|
|||||||
go-cmd-context.c
|
go-cmd-context.c
|
||||||
|
|
||||||
libgoffice_app_ladir = $(goffice_include_dir)/app
|
libgoffice_app_ladir = $(goffice_include_dir)/app
|
||||||
libgoffice_app_la_HEADERS = \
|
noinst_HEADERS += \
|
||||||
goffice-app.h \
|
goffice-app.h \
|
||||||
\
|
\
|
||||||
go-doc.h \
|
go-doc.h \
|
||||||
|
@ -21,7 +21,7 @@ libfoocanvas_la_LIBADD = \
|
|||||||
|
|
||||||
libfoocanvasincludedir = $(includedir)/libgoffice-1/goffice/cut-n-paste/foocanvas/
|
libfoocanvasincludedir = $(includedir)/libgoffice-1/goffice/cut-n-paste/foocanvas/
|
||||||
|
|
||||||
libfoocanvasinclude_HEADERS = \
|
noinst_HEADERS = \
|
||||||
foo-canvas-line.h \
|
foo-canvas-line.h \
|
||||||
foo-canvas-pixbuf.h \
|
foo-canvas-pixbuf.h \
|
||||||
foo-canvas-polygon.h \
|
foo-canvas-polygon.h \
|
||||||
@ -33,7 +33,6 @@ libfoocanvasinclude_HEADERS = \
|
|||||||
libfoocanvas.h
|
libfoocanvas.h
|
||||||
|
|
||||||
libfoocanvas_la_SOURCES = \
|
libfoocanvas_la_SOURCES = \
|
||||||
$(libfoocanvasinclude_HEADERS) \
|
|
||||||
foo-canvas-marshal.list \
|
foo-canvas-marshal.list \
|
||||||
foo-canvas-i18n.h \
|
foo-canvas-i18n.h \
|
||||||
foo-canvas-line.c \
|
foo-canvas-line.c \
|
||||||
|
@ -3,8 +3,8 @@ libpcre_la_SOURCES = maketables.c get.c study.c pcre.c pcreposix.c
|
|||||||
EXTRA_DIST = COPYING
|
EXTRA_DIST = COPYING
|
||||||
|
|
||||||
libpcre_a_ladir = $(includedir)/libgoffice-1/goffice/cut-n-paste/pcre
|
libpcre_a_ladir = $(includedir)/libgoffice-1/goffice/cut-n-paste/pcre
|
||||||
libpcre_a_la_HEADERS = pcreposix.h
|
noinst_HEADERS = pcreposix.h
|
||||||
noinst_HEADERS = internal.h pcre.h
|
noinst_HEADERS += internal.h pcre.h
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
$(GOFFICE_DEPS_CFLAGS) \
|
$(GOFFICE_DEPS_CFLAGS) \
|
||||||
|
@ -5,7 +5,7 @@ libgoffice_data_la_SOURCES = \
|
|||||||
go-data-simple.c
|
go-data-simple.c
|
||||||
|
|
||||||
libgoffice_data_ladir = $(goffice_include_dir)/data
|
libgoffice_data_ladir = $(goffice_include_dir)/data
|
||||||
libgoffice_data_la_HEADERS = \
|
noinst_HEADERS = \
|
||||||
goffice-data.h \
|
goffice-data.h \
|
||||||
go-data.h \
|
go-data.h \
|
||||||
go-data-impl.h \
|
go-data-impl.h \
|
||||||
|
@ -15,7 +15,7 @@ libgoffice_drawing_la_SOURCES = \
|
|||||||
god-text-model.c
|
god-text-model.c
|
||||||
|
|
||||||
libgoffice_drawing_ladir = $(goffice_include_dir)/drawing
|
libgoffice_drawing_ladir = $(goffice_include_dir)/drawing
|
||||||
libgoffice_drawing_la_HEADERS = \
|
noinst_HEADERS = \
|
||||||
god-anchor.h \
|
god-anchor.h \
|
||||||
god-default-attributes.h \
|
god-default-attributes.h \
|
||||||
god-drawing-group.h \
|
god-drawing-group.h \
|
||||||
|
@ -37,7 +37,7 @@ libgoffice_graph_la_SOURCES = \
|
|||||||
gog-renderer-svg.c
|
gog-renderer-svg.c
|
||||||
|
|
||||||
libgoffice_graph_ladir = $(goffice_include_dir)/graph
|
libgoffice_graph_ladir = $(goffice_include_dir)/graph
|
||||||
libgoffice_graph_la_HEADERS = \
|
noinst_HEADERS = \
|
||||||
goffice-graph.h \
|
goffice-graph.h \
|
||||||
gog-object.h \
|
gog-object.h \
|
||||||
gog-object-xml.h \
|
gog-object-xml.h \
|
||||||
|
@ -26,7 +26,7 @@ libgoffice_gtk_la_SOURCES = \
|
|||||||
|
|
||||||
|
|
||||||
libgoffice_gtk_ladir = $(goffice_include_dir)/gtk
|
libgoffice_gtk_ladir = $(goffice_include_dir)/gtk
|
||||||
libgoffice_gtk_la_HEADERS = \
|
noinst_HEADERS = \
|
||||||
goffice-gtk.h \
|
goffice-gtk.h \
|
||||||
\
|
\
|
||||||
go-font-sel.h \
|
go-font-sel.h \
|
||||||
|
@ -7,7 +7,7 @@ libgoffice_ms_compat_la_SOURCES = \
|
|||||||
go-ms-parser.c
|
go-ms-parser.c
|
||||||
|
|
||||||
libgoffice_ms_compat_ladir = $(goffice_include_dir)/ms-compat
|
libgoffice_ms_compat_ladir = $(goffice_include_dir)/ms-compat
|
||||||
libgoffice_ms_compat_la_HEADERS = \
|
noinst_HEADERS = \
|
||||||
god-drawing-ms-client-handler.h \
|
god-drawing-ms-client-handler.h \
|
||||||
god-drawing-ms.h \
|
god-drawing-ms.h \
|
||||||
god-image-ms.h \
|
god-image-ms.h \
|
||||||
|
@ -37,7 +37,7 @@ libgoffice_utils_la_SOURCES = \
|
|||||||
go-regression.c
|
go-regression.c
|
||||||
|
|
||||||
libgoffice_utils_ladir = $(goffice_include_dir)/utils
|
libgoffice_utils_ladir = $(goffice_include_dir)/utils
|
||||||
libgoffice_utils_la_HEADERS = \
|
noinst_HEADERS = \
|
||||||
goffice-utils.h \
|
goffice-utils.h \
|
||||||
go-color.h \
|
go-color.h \
|
||||||
go-file.h \
|
go-file.h \
|
||||||
|
@ -19,7 +19,7 @@ endif
|
|||||||
|
|
||||||
## But headers are installed always:
|
## But headers are installed always:
|
||||||
libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome
|
libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome
|
||||||
libgsf_gnome_1_include_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gsf-input-gnomevfs.h \
|
gsf-input-gnomevfs.h \
|
||||||
gsf-output-gnomevfs.h \
|
gsf-output-gnomevfs.h \
|
||||||
gsf-input-bonobo.h \
|
gsf-input-bonobo.h \
|
||||||
|
@ -14,6 +14,6 @@ endif
|
|||||||
|
|
||||||
## But headers are installed on all systems:
|
## But headers are installed on all systems:
|
||||||
libgsf_win32_1_includedir = $(includedir)/libgsf-1/gsf-win32
|
libgsf_win32_1_includedir = $(includedir)/libgsf-1/gsf-win32
|
||||||
libgsf_win32_1_include_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gsf-input-win32.h \
|
gsf-input-win32.h \
|
||||||
gsf-output-win32.h
|
gsf-output-win32.h
|
||||||
|
@ -75,7 +75,7 @@ if !HAVE_GLIB26
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
libgsf_1_includedir = $(includedir)/libgsf-1/gsf
|
libgsf_1_includedir = $(includedir)/libgsf-1/gsf
|
||||||
libgsf_1_include_HEADERS = \
|
noinst_HEADERS = \
|
||||||
gsf.h \
|
gsf.h \
|
||||||
gsf-utils.h \
|
gsf-utils.h \
|
||||||
gsf-libxml.h \
|
gsf-libxml.h \
|
||||||
@ -126,7 +126,7 @@ libgsf_1_include_HEADERS = \
|
|||||||
# gsf-io-context.h
|
# gsf-io-context.h
|
||||||
|
|
||||||
if !HAVE_GLIB26
|
if !HAVE_GLIB26
|
||||||
libgsf_1_include_HEADERS += glib24_26-compat.h
|
noinst_HEADERS += glib24_26-compat.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install-data-local: install-libtool-import-lib
|
install-data-local: install-libtool-import-lib
|
||||||
|
Loading…
Reference in New Issue
Block a user