mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix a few automake warnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16770 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
13d55f421c
commit
e576797c0f
@ -47,6 +47,7 @@ done
|
||||
# Check for gcc and intltool (somehow breaks the suggested content
|
||||
# order, doesn't it? Whatever.)
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
AC_GNU_SOURCE
|
||||
AC_PROG_INTLTOOL
|
||||
|
||||
|
@ -6,7 +6,7 @@ REALHDRS = stf-parse.h
|
||||
libgnc_stf_la_SOURCES = ${REALSRCS}
|
||||
noinst_HEADERS = ${REALHDRS}
|
||||
|
||||
libgnc_stf_la_LDFLAGS = $(pkg-config --libs libgoffice-0.3)
|
||||
libgnc_stf_la_LIBADD = $(GOFFICE_LIBS)
|
||||
|
||||
AM_CFLAGS = $(GOFFICE_CFLAGS)
|
||||
|
||||
|
@ -15,7 +15,7 @@ noinst_HEADERS = \
|
||||
gnc-csv-model.h \
|
||||
gnc-csv-gnumeric-popup.h
|
||||
|
||||
libgncmod_csv_la_LDFLAGS = -avoid-version $(pkg-config --libs libgoffice-0.3)
|
||||
libgncmod_csv_la_LDFLAGS = -avoid-version
|
||||
|
||||
libgncmod_csv_la_LIBADD = \
|
||||
${top_builddir}/src/import-export/libgncmod-generic-import.la \
|
||||
|
Loading…
Reference in New Issue
Block a user