mirror of https://github.com/GNOME/gimp.git
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:
parent
d26dd21be9
commit
2f9570d428
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue