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
15 lines
303 B
Makefile
15 lines
303 B
Makefile
noinst_LTLIBRARIES = libgoffice-data.la
|
|
|
|
libgoffice_data_la_SOURCES = \
|
|
go-data.c \
|
|
go-data-simple.c
|
|
|
|
libgoffice_data_ladir = $(goffice_include_dir)/data
|
|
noinst_HEADERS = \
|
|
goffice-data.h \
|
|
go-data.h \
|
|
go-data-impl.h \
|
|
go-data-simple.h
|
|
|
|
include $(top_srcdir)/lib/goffice-0.0.4/goffice.mk
|