[gnome-globalmenu] update the makefiles for the rename



commit 9e630cb0b7e6666695a1008f0ececfc1b987e992
Author: Yu Feng <rainwoodman gmail com>
Date:   Wed Nov 11 11:34:38 2009 -0500

    update the makefiles for the rename

 applet/Makefile.am |    2 +-
 tools/Makefile.am  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/applet/Makefile.am b/applet/Makefile.am
index 7391150..5d297ef 100644
--- a/applet/Makefile.am
+++ b/applet/Makefile.am
@@ -61,7 +61,7 @@ GlobalMenu_PanelApplet_LDADD = \
 		$(WNCK_LIBS) \
 		$(GNOME_PANEL_LIBS) \
 		$(GMENU_LIBS) \
-		$(top_builddir)/libserver/libserver.la \
+		$(top_builddir)/libserver/libglobalmenu-server.la \
 		$(top_builddir)/libsettings/libsettings.la \
 		$(NULL)
 
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 842f9b8..698ce54 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -7,7 +7,7 @@ SUFFIXES = .vala .c
 
 noinst_PROGRAMS = standalone-global-menu
 standalone_global_menu_SOURCES = standalone.c
-standalone_global_menu_LDADD = $(top_builddir)/libserver/libserver.la $(GTK_LIBS) $(WNCK_LIBS)
+standalone_global_menu_LDADD = $(top_builddir)/libserver/libglobalmenu-server.la $(GTK_LIBS) $(WNCK_LIBS)
 standalone_global_menu_CFLAGS = -I$(top_srcdir)/libserver $(GTK_CFLAGS) $(WNCK_CFLAGS)
 
 .vala.c:



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