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
2 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue