mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 06:15:41 +00:00
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
|
@ -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>
|
2003-03-01 Mike Kestner <mkestner@speakeasy.net>
|
||||||
|
|
||||||
* api/gdk-api.xml : make Color.Parse retval a gboolean. Also change
|
* api/gdk-api.xml : make Color.Parse retval a gboolean. Also change
|
||||||
|
|
|
@ -61,9 +61,7 @@ endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBGNOMEDB_DEPENDENCIES_LIBS = @LIBGNOMEDB_DEPENDENCIES_LIBS@
|
libgtksharpglue_la_LIBADD = $(BASE_DEPENDENCIES_LIBS)
|
||||||
|
|
||||||
libgtksharpglue_la_LIBADD = $(LIBGNOMEDB_DEPENDENCIES_LIBS)
|
|
||||||
|
|
||||||
INCLUDES = @BASE_DEPENDENCIES_CFLAGS@ -I$(top_srcdir)
|
INCLUDES = @BASE_DEPENDENCIES_CFLAGS@ -I$(top_srcdir)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue