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:
Peter Williams 2003-02-07 20:01:22 +00:00
parent 3b905a607c
commit 5eea705bc6
2 changed files with 13 additions and 0 deletions

View File

@ -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>
* Added a constructor to gdk/Point.custom

View File

@ -61,6 +61,10 @@ endif
endif
LIBGNOMEDB_DEPENDENCIES_LIBS = @LIBGNOMEDB_DEPENDENCIES_LIBS@
libgtksharpglue_la_LIBADD = $(LIBGNOMEDB_DEPENDENCIES_LIBS)
INCLUDES = @BASE_DEPENDENCIES_CFLAGS@ -I$(top_srcdir)