Remove GNOME_PRINT_{CFLAGS,LIBS} from the Makefile templates

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18731 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-02-25 13:07:08 +00:00
parent 33623feab3
commit bae8f044e0
2 changed files with 0 additions and 3 deletions

View File

@ -18,7 +18,6 @@ AM_CPPFLAGS = \
${GLADE_CFLAGS} \
${GTK_CFLAGS} \
${GNOME_CFLAGS} \
${GNOME_PRINT_CFLAGS} \
${GUILE_INCS} \
${QOF_CFLAGS} \
${GOFFICE_CFLAGS} \
@ -187,7 +186,6 @@ libgncmod_gnome_utils_la_LIBADD = \
$(top_builddir)/lib/libc/libc-missing.la \
${top_builddir}/src/libqof/qof/libgnc-qof.la \
${GNOME_LIBS} \
${GNOME_PRINT_LIBS} \
${GLADE_LIBS} \
${GUILE_LIBS} \
${GLIB_LIBS} \

View File

@ -126,7 +126,6 @@ AM_CPPFLAGS = \
-I${top_srcdir}/src/libqof/qof \
${GUILE_INCS} \
${GNOME_CFLAGS} \
${GNOME_PRINT_CFLAGS} \
${GLADE_CFLAGS} \
$(GLIB_CFLAGS)