diff options
Diffstat (limited to 'x11-toolkits/gevas/files/patch-demo::Makefile.am')
-rw-r--r-- | x11-toolkits/gevas/files/patch-demo::Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gevas/files/patch-demo::Makefile.am b/x11-toolkits/gevas/files/patch-demo::Makefile.am new file mode 100644 index 000000000000..bbd536bb06da --- /dev/null +++ b/x11-toolkits/gevas/files/patch-demo::Makefile.am @@ -0,0 +1,11 @@ +--- demo/Makefile.am.orig Thu Feb 8 09:30:50 2001 ++++ demo/Makefile.am Mon Mar 19 07:32:14 2001 +@@ -28,7 +28,7 @@ + testgevas_SOURCES = \ + testgevas.c + +-INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @gtk_cflags@ ++INCLUDES = -I$(srcdir) -I../src -I.. -I. -I$(topdir)/src @GTK_CFLAGS@ @evas_cflags@ + + testgevas_LDADD = @evas_libs@ @edb_libs@ ../src/libgevas.la -lm @GTK_LIBS@ + |