2003-03-01 Peter Williams <peterw@ximian.com>

* glue/Makefile.am (libgtksharpglue_la_LIBADD): Change this to
	BASE_DEPENDENCIES_LIBS

svn path=/trunk/gtk-sharp/; revision=12098
This commit is contained in:
Peter Williams 2003-03-01 23:04:36 +00:00
parent 68f214f699
commit 0b1978da09
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-03-01 Peter Williams <peterw@ximian.com>
* glue/Makefile.am (libgtksharpglue_la_LIBADD): Change this to
BASE_DEPENDENCIES_LIBS
2003-03-01 Mike Kestner <mkestner@speakeasy.net>
* api/gdk-api.xml : make Color.Parse retval a gboolean. Also change

View File

@ -61,9 +61,7 @@ endif
endif
LIBGNOMEDB_DEPENDENCIES_LIBS = @LIBGNOMEDB_DEPENDENCIES_LIBS@
libgtksharpglue_la_LIBADD = $(LIBGNOMEDB_DEPENDENCIES_LIBS)
libgtksharpglue_la_LIBADD = $(BASE_DEPENDENCIES_LIBS)
INCLUDES = @BASE_DEPENDENCIES_CFLAGS@ -I$(top_srcdir)