2005-05-16 Mike Kestner <mkestner@novell.com>

* configure.in.in : expand new vte glue makefile.
	* vte/glue/Makefile.am : add GTK_CFLAGS to fix build.

svn path=/trunk/gtk-sharp/; revision=44564
This commit is contained in:
Mike Kestner 2005-05-16 15:43:13 +00:00
parent b6d7f14268
commit c31b2d1c6b
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-05-16 Mike Kestner <mkestner@novell.com>
* configure.in.in : expand new vte glue makefile.
* vte/glue/Makefile.am : add GTK_CFLAGS to fix build.
2005-05-16 Dan Winship <danw@novell.com>
* generator/StructBase.cs: update field-generation logic a bit

View File

@ -292,6 +292,7 @@ rsvg/Makefile
rsvg/rsvg-sharp.dll.config
rsvg/rsvg-sharp-2.0.pc
vte/Makefile
vte/glue/Makefile
vte/vte-sharp.dll.config
vte/vte-sharp-2.0.pc
gtkdotnet/Makefile

View File

@ -14,7 +14,7 @@ libvtesharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
INCLUDES = $(VTE_CFLAGS) -I$(top_srcdir)
INCLUDES = $(GTK_CFLAGS) $(VTE_CFLAGS) -I$(top_srcdir)
libvtesharpglue.dll: $(libvtesharpglue_2_la_OBJECTS) libvtesharpglue.rc libvtesharpglue.def
./build-dll libvtesharpglue-2 $(VERSION)