From 5eea705bc6d44e18a0b5159690f2b6a1c5fc1d45 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 7 Feb 2003 20:01:22 +0000 Subject: [PATCH] 2003-02-07 Peter Williams * 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 --- ChangeLog | 9 +++++++++ glue/Makefile.am | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5760fe1be..c20521198 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-02-07 Peter Williams + + * 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 * Added a constructor to gdk/Point.custom diff --git a/glue/Makefile.am b/glue/Makefile.am index c29be9616..f0912a387 100644 --- a/glue/Makefile.am +++ b/glue/Makefile.am @@ -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)