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)