mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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
17 lines
402 B
Makefile
17 lines
402 B
Makefile
noinst_LTLIBRARIES = libgoffice-ms-compat.la
|
|
|
|
libgoffice_ms_compat_la_SOURCES = \
|
|
god-drawing-ms-client-handler.c \
|
|
god-drawing-ms.c \
|
|
god-image-ms.c \
|
|
go-ms-parser.c
|
|
|
|
libgoffice_ms_compat_ladir = $(goffice_include_dir)/ms-compat
|
|
noinst_HEADERS = \
|
|
god-drawing-ms-client-handler.h \
|
|
god-drawing-ms.h \
|
|
god-image-ms.h \
|
|
go-ms-parser.h
|
|
|
|
include $(top_srcdir)/lib/goffice-0.0.4/goffice.mk
|