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:
parent
68f214f699
commit
0b1978da09
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue