[gnome-globalmenu] Fixed makefiles



commit 6de8f0f8c3c64ea31a37358c1336c4efa6a299bc
Author: Luca Viggiani <lviggiani gmail com>
Date:   Wed Dec 9 18:15:00 2009 +0100

    Fixed makefiles

 globalmenu-gnome-panel/Makefile.am |    2 +-
 xfce/Makefile.am                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/globalmenu-gnome-panel/Makefile.am b/globalmenu-gnome-panel/Makefile.am
index d51e3b6..43c7b12 100644
--- a/globalmenu-gnome-panel/Makefile.am
+++ b/globalmenu-gnome-panel/Makefile.am
@@ -22,7 +22,7 @@ vala-ccode: $(VALASOURCES)
 libglobalmenu_gnome_panel_la_LIBADD = \
 		$(GLIB_LIBS) \
 		$(GTK_LIBS) \
-		$(top_builddir)/libserver/libserver.la \
+		$(top_builddir)/libserver/libglobalmenu-server.la \
 		$(WNCK_LIBS)
 
 libglobalmenu_gnome_panel_la_LDFLAGS = \
diff --git a/xfce/Makefile.am b/xfce/Makefile.am
index bf14c54..bfa1464 100644
--- a/xfce/Makefile.am
+++ b/xfce/Makefile.am
@@ -27,7 +27,7 @@ GlobalMenu_XFCEPlugin_LDADD = \
 			$(WNCK_LIBS) \
 			$(GTK_LIBS) \
 			$(XFCE4_PANEL_LIBS) \
-			../libserver/libserver.la
+			../libserver/libglobalmenu-server.la
 
 EXTRA_DIST = \
 	$(desktopfile_in_in_files)	\



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