From bae8f044e04146c65c1957fe16741d8b588f31b6 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 25 Feb 2010 13:07:08 +0000 Subject: [PATCH] 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 --- src/gnome-utils/Makefile.am | 2 -- src/gnome/Makefile.am | 1 - 2 files changed, 3 deletions(-) diff --git a/src/gnome-utils/Makefile.am b/src/gnome-utils/Makefile.am index 39d2c03374..d9dc52e40f 100644 --- a/src/gnome-utils/Makefile.am +++ b/src/gnome-utils/Makefile.am @@ -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} \ diff --git a/src/gnome/Makefile.am b/src/gnome/Makefile.am index da1835d7a5..834d84cf40 100644 --- a/src/gnome/Makefile.am +++ b/src/gnome/Makefile.am @@ -126,7 +126,6 @@ AM_CPPFLAGS = \ -I${top_srcdir}/src/libqof/qof \ ${GUILE_INCS} \ ${GNOME_CFLAGS} \ - ${GNOME_PRINT_CFLAGS} \ ${GLADE_CFLAGS} \ $(GLIB_CFLAGS)