blob: a82d433f4a7d94bd7d81032a45988aca64fa1c68 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/games/gnomememoryblocks/files/patch-src::animation-engines::Makefile.in,v 1.1 2001/12/19 10:34:26 sobomax Exp $
--- src/animation-engines/Makefile.in 2001/12/19 10:25:42 1.1
+++ src/animation-engines/Makefile.in 2001/12/19 10:27:40
@@ -143,7 +143,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = $(GDK_PIXBUF_INCS) @CPPFLAGS@
LIBS = @LIBS@
libscaling_la_DEPENDENCIES =
libscaling_la_OBJECTS = scaling.lo
|