Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--cut-n-paste/toolbar-editor/Makefile.am8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8608d07..a1c8eb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
+ * cut-n-paste/toolbar-editor/Makefile.am:
+
+ Correct library name
+
+2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
+
* configure.ac:
* cut-n-paste/recent-files/egg-recent-model.c:
(egg_recent_model_write_raw), (egg_recent_model_lock_file),
diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am
index 26e0b5f..3bd7b28 100644
--- a/cut-n-paste/toolbar-editor/Makefile.am
+++ b/cut-n-paste/toolbar-editor/Makefile.am
@@ -13,19 +13,19 @@ noinst_HEADERS = \
eggmarshalers.h \
eggintl.h
-noinst_LTLIBRARIES = libegg.la
+noinst_LTLIBRARIES = libtoolbareditor.la
-libegg_la_SOURCES = \
+libtoolbareditor_la_SOURCES = \
$(BUILT_SOURCES) \
$(EGGSOURCES) \
$(EGGHEADERS)
-libegg_la_CPPFLAGS = \
+libtoolbareditor_la_CPPFLAGS = \
-I$(top_builddir)/lib/egg \
-DCURSOR_DIR=\"$(pkgdatadir)/art\" \
$(AM_CPPFLAGS)
-libegg_la_CFLAGS = \
+libtoolbareditor_la_CFLAGS = \
$(TOOLBAR_EDITOR_CFLAGS) \
$(AM_CFLAGS)