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:
parent
b6d7f14268
commit
c31b2d1c6b
3 changed files with 7 additions and 1 deletions
|
@ -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>
|
2005-05-16 Dan Winship <danw@novell.com>
|
||||||
|
|
||||||
* generator/StructBase.cs: update field-generation logic a bit
|
* generator/StructBase.cs: update field-generation logic a bit
|
||||||
|
|
|
@ -292,6 +292,7 @@ rsvg/Makefile
|
||||||
rsvg/rsvg-sharp.dll.config
|
rsvg/rsvg-sharp.dll.config
|
||||||
rsvg/rsvg-sharp-2.0.pc
|
rsvg/rsvg-sharp-2.0.pc
|
||||||
vte/Makefile
|
vte/Makefile
|
||||||
|
vte/glue/Makefile
|
||||||
vte/vte-sharp.dll.config
|
vte/vte-sharp.dll.config
|
||||||
vte/vte-sharp-2.0.pc
|
vte/vte-sharp-2.0.pc
|
||||||
gtkdotnet/Makefile
|
gtkdotnet/Makefile
|
||||||
|
|
|
@ -14,7 +14,7 @@ libvtesharpglue_2_la_LDFLAGS = -module -avoid-version -no-undefined
|
||||||
|
|
||||||
libvtesharpglue_2_la_LIBADD = $(VTE_LIBS)
|
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
|
libvtesharpglue.dll: $(libvtesharpglue_2_la_OBJECTS) libvtesharpglue.rc libvtesharpglue.def
|
||||||
./build-dll libvtesharpglue-2 $(VERSION)
|
./build-dll libvtesharpglue-2 $(VERSION)
|
||||||
|
|
Loading…
Reference in a new issue