gdm r6407 - in trunk: . gui/simple-greeter



Author: mccann
Date: Thu Aug 21 15:18:22 2008
New Revision: 6407
URL: http://svn.gnome.org/viewvc/gdm?rev=6407&view=rev

Log:
2008-08-21  William Jon McCann  <jmccann redhat com>

	* gui/simple-greeter/Makefile.am:
	Fix build.



Modified:
   trunk/ChangeLog
   trunk/gui/simple-greeter/Makefile.am

Modified: trunk/gui/simple-greeter/Makefile.am
==============================================================================
--- trunk/gui/simple-greeter/Makefile.am	(original)
+++ trunk/gui/simple-greeter/Makefile.am	Thu Aug 21 15:18:22 2008
@@ -150,8 +150,8 @@
 	$(top_builddir)/common/libgdmcommon.la	\
 	$(top_builddir)/gui/simple-greeter/libnotificationarea/libnotificationarea.la	\
 	$(SIMPLE_GREETER_LIBS)		\
-	$(GTK_LIBS)		\
-	$(GCONF_LIBS)		\
+	$(GTK_LIBS)			\
+	$(GCONF_LIBS)			\
 	$(LIBXKLAVIER_LIBS)		\
 	$(NULL)
 
@@ -215,8 +215,9 @@
 	gdm-layout-chooser-dialog.c	\
 	$(NULL)
 
-test_layout_chooser_LDADD =	\
-	$(GTK_LIBS)		\
+test_layout_chooser_LDADD =		\
+	$(GTK_LIBS)			\
+	$(LIBXKLAVIER_LIBS)		\
 	$(NULL)
 
 test_languages_SOURCES = 		\
@@ -337,6 +338,7 @@
 	$(SIMPLE_GREETER_LIBS)		\
 	$(POLKIT_GNOME_LIBS)		\
 	$(RBAC_LIBS)			\
+	$(LIBXKLAVIER_LIBS)		\
 	$(NULL)
 
 gladedir = $(pkgdatadir)



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