diff --git a/ChangeLog b/ChangeLog index d2d467440..0ff9efa2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-16 Mike Kestner + + * configure.in.in : expand new vte glue makefile. + * vte/glue/Makefile.am : add GTK_CFLAGS to fix build. + 2005-05-16 Dan Winship * generator/StructBase.cs: update field-generation logic a bit diff --git a/configure.in.in b/configure.in.in index 408ba6af5..de7e7e708 100644 --- a/configure.in.in +++ b/configure.in.in @@ -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 diff --git a/vte/glue/Makefile.am b/vte/glue/Makefile.am index ab970ef83..6606247e3 100644 --- a/vte/glue/Makefile.am +++ b/vte/glue/Makefile.am @@ -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)