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:
Andreas Köhler 2007-12-30 18:34:08 +00:00
parent 13d55f421c
commit e576797c0f
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -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 \