summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-08-21 15:18:22 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2008-08-21 15:18:22 +0000
commit5cc1f78b8262236ac05fea2cc4631e85c1b58508 (patch)
tree3dc3e5666090fc463084c704f80247369f7bc325
parent0be5a056a2e136461a5e6b2a1169b0f527390e6b (diff)
downloadgdm-5cc1f78b8262236ac05fea2cc4631e85c1b58508.tar.gz
Fix build.
2008-08-21 William Jon McCann <jmccann@redhat.com> * gui/simple-greeter/Makefile.am: Fix build. svn path=/trunk/; revision=6407
-rw-r--r--ChangeLog5
-rw-r--r--gui/simple-greeter/Makefile.am10
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5bc4c6a8..eddbe6cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-21 William Jon McCann <jmccann@redhat.com>
+
+ * gui/simple-greeter/Makefile.am:
+ Fix build.
+
2008-08-21 Matthias Clasen <mclasen@redhat.com>
* gui/simple-greeter/test-layout-chooser.c: Add a test program
diff --git a/gui/simple-greeter/Makefile.am b/gui/simple-greeter/Makefile.am
index af745f06..5808e285 100644
--- a/gui/simple-greeter/Makefile.am
+++ b/gui/simple-greeter/Makefile.am
@@ -150,8 +150,8 @@ test_greeter_panel_LDADD = \
$(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 @@ test_layout_chooser_SOURCES = \
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 @@ gdm_simple_greeter_LDADD = \
$(SIMPLE_GREETER_LIBS) \
$(POLKIT_GNOME_LIBS) \
$(RBAC_LIBS) \
+ $(LIBXKLAVIER_LIBS) \
$(NULL)
gladedir = $(pkgdatadir)