use GTK_CFLAGS and GTK_LIBS.

2007-04-17  Sven Neumann  <sven@gimp.org>

	* plug-ins/print/Makefile.am: use GTK_CFLAGS and GTK_LIBS.


svn path=/trunk/; revision=22260
This commit is contained in:
Sven Neumann 2007-04-17 07:21:06 +00:00 committed by Sven Neumann
parent d26dd21be9
commit 2f9570d428
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-04-17 Sven Neumann <sven@gimp.org>
* plug-ins/print/Makefile.am: use GTK_CFLAGS and GTK_LIBS.
2007-04-16 Sven Neumann <sven@gimp.org>
* app/base/pixel-surround.c: documentation fix.

View File

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