Re: [gtk-list] Re: gtk+-0.99.4: patches for building in != srcdir
- From: Assar Westerlund <assar sics se>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Re: gtk+-0.99.4: patches for building in != srcdir
- Date: 08 Mar 1998 13:08:30 +0100
Tim Janik <timj@gimp.org> writes:
> [patch deleted for brevity]
Now in unified diff.
/assar
===================================================================
RCS file: gdk/RCS/Makefile.am,v
retrieving revision 1.1
diff -uw -r1.1 gdk/Makefile.am
--- gdk/Makefile.am 1998/03/08 10:28:16 1.1
+++ gdk/Makefile.am 1998/03/08 10:28:22
@@ -49,7 +49,7 @@
libgdk_la_LDFLAGS = -version-info 1:0:0 \
@x_ldflags@ @x_libs@
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib @x_cflags@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I../glib @x_cflags@
EXTRA_PROGRAMS = gxid
===================================================================
RCS file: gtk/RCS/Makefile.am,v
retrieving revision 1.1
diff -uw -r1.1 gtk/Makefile.am
--- gtk/Makefile.am 1998/03/08 10:28:32 1.1
+++ gtk/Makefile.am 1998/03/08 10:28:38
@@ -218,7 +218,7 @@
tree_minus.xbm \
circles.xbm
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib @x_cflags@
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/glib -I../glib @x_cflags@
noinst_PROGRAMS = testgtk testinput testselection simple
testgtk_LDADD = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]