You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/stf/Makefile.am

14 lines
259 B

noinst_LTLIBRARIES = libgnc-stf.la
REALSRCS = stf-parse.c
REALHDRS = stf-parse.h
libgnc_stf_la_SOURCES = ${REALSRCS}
noinst_HEADERS = ${REALHDRS}
libgnc_stf_la_LIBADD = $(GOFFICE_LIBS)
AM_CPPFLAGS = $(GOFFICE_CFLAGS)
EXTRA_DIST = $(REALSRCS) $(REALHDRS)