mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-11 21:42:13 +00:00
2003-02-07 Peter Williams <peterw@ximian.com>
* glue/Makefile.am (libgtksharpglue_la_LIBADD): Set this so that people linking to libgtksharpglue.so get their dependencies. (I've had this patch sitting around forever, I think it got approved, and it certainly appears correct.) svn path=/trunk/gtk-sharp/; revision=11329
This commit is contained in:
parent
3b905a607c
commit
5eea705bc6
|
@ -1,3 +1,12 @@
|
||||||
|
2003-02-07 Peter Williams <peterw@ximian.com>
|
||||||
|
|
||||||
|
* glue/Makefile.am (libgtksharpglue_la_LIBADD): Set this so
|
||||||
|
that people linking to libgtksharpglue.so get their
|
||||||
|
dependencies.
|
||||||
|
|
||||||
|
(I've had this patch sitting around forever, I think it got
|
||||||
|
approved, and it certainly appears correct.)
|
||||||
|
|
||||||
2003-02-07 Martin Willemoes Hansen <mwh@sysrq.dk>
|
2003-02-07 Martin Willemoes Hansen <mwh@sysrq.dk>
|
||||||
* Added a constructor to gdk/Point.custom
|
* Added a constructor to gdk/Point.custom
|
||||||
|
|
||||||
|
|
|
@ -61,6 +61,10 @@ endif
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
LIBGNOMEDB_DEPENDENCIES_LIBS = @LIBGNOMEDB_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