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
20 lines
497 B
Makefile
20 lines
497 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir) $(LIBGSF_CFLAGS)
|
|
|
|
if PLATFORM_WIN32
|
|
|
|
lib_LTLIBRARIES = libgsf-win32-1.la
|
|
|
|
libgsf_win32_1_la_LIBADD = $(LIBGSF_LIBS) $(top_builddir)/gsf/libgsf-1.la
|
|
libgsf_win32_1_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
|
|
libgsf_win32_1_la_SOURCES = \
|
|
gsf-input-win32.c \
|
|
gsf-output-win32.c
|
|
|
|
endif
|
|
|
|
## But headers are installed on all systems:
|
|
libgsf_win32_1_includedir = $(includedir)/libgsf-1/gsf-win32
|
|
noinst_HEADERS = \
|
|
gsf-input-win32.h \
|
|
gsf-output-win32.h
|