[glom] Add missing _LIBADD variables for libegg



commit 143aa7551f8314afbca61070511f53f67d017267
Author: Daniel Elstner <danielk openismus com>
Date:   Thu Jul 23 19:14:10 2009 +0200

    Add missing _LIBADD variables for libegg
    
    * Makefile.am (*_libeggtoolpalette_a_LIBADD): List libeggutil.a as
    dependency.

 ChangeLog   |    5 +++++
 Makefile.am |    2 ++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8dfa0cf..51dfb55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-07-23  Daniel Elstner  <danielk openismus com>
 
+	* Makefile.am (*_libeggtoolpalette_a_LIBADD): List libeggutil.a as
+	dependency.
+
+2009-07-23  Daniel Elstner  <danielk openismus com>
+
 	* glom/bakery/app_withdoc.cc: Fix build with -Werror.
 	* glom/dialog_import_csv.cc: ditto,
 	* glom/libglom/python_embed/py_glom_record.cc: ditto,
diff --git a/Makefile.am b/Makefile.am
index 070bfa4..cc9b551 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -248,6 +248,8 @@ glom_utility_widgets_egg_toolpalette_libeggtoolpalette_a_SOURCES =	\
 	glom/utility_widgets/egg/toolpalette/eggtoolpaletteprivate.h
 
 glom_utility_widgets_egg_toolpalette_libeggtoolpalette_a_CPPFLAGS = $(libegg_cppflags)
+glom_utility_widgets_egg_toolpalette_libeggtoolpalette_a_LIBADD = \
+	glom/utility_widgets/egg/util/libeggutil.a
 
 glom_utility_widgets_egg_util_libeggutil_a_SOURCES =	\
 	glom/utility_widgets/egg/util/egg-marshal.c	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]