From 2f9570d428a1c08e334596e042db8d0fce8783fe Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 17 Apr 2007 07:21:06 +0000 Subject: [PATCH] use GTK_CFLAGS and GTK_LIBS. 2007-04-17 Sven Neumann * plug-ins/print/Makefile.am: use GTK_CFLAGS and GTK_LIBS. svn path=/trunk/; revision=22260 --- ChangeLog | 4 ++++ plug-ins/print/Makefile.am | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 558a9db028..db1996171e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-04-17 Sven Neumann + + * plug-ins/print/Makefile.am: use GTK_CFLAGS and GTK_LIBS. + 2007-04-16 Sven Neumann * app/base/pixel-surround.c: documentation fix. diff --git a/plug-ins/print/Makefile.am b/plug-ins/print/Makefile.am index ca6421e285..52d5748fd7 100644 --- a/plug-ins/print/Makefile.am +++ b/plug-ins/print/Makefile.am @@ -16,7 +16,7 @@ AM_LDFLAGS = $(mwindows) INCLUDES = \ -I$(top_srcdir) \ - $(PRINT_CFLAGS) \ + $(GTK_CFLAGS) \ -I$(includedir) LDADD = \ @@ -27,7 +27,7 @@ LDADD = \ $(libgimpcolor) \ $(libgimpmath) \ $(libgimpbase) \ - $(PRINT_LIBS) \ + $(GTK_LIBS) \ $(RT_LIBS) \ $(INTLLIBS)