summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@src.gnome.org>2007-06-28 21:10:20 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-06-28 21:10:20 +0000
commit73691f0a0fd49b1d3eb7ee614bb9b2d59e0d712a (patch)
tree642cce42daa6c1b017a4b016cc0f3a58b90d771a /common
parent89ce606a39045a2cad59219b74fa4f5d9602f2f8 (diff)
downloadgdm-73691f0a0fd49b1d3eb7ee614bb9b2d59e0d712a.tar.gz
Fix .a -> .la
svn path=/branches/mccann-gobject/; revision=5027
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 5d9e135d..ae3c0ae5 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -100,7 +100,7 @@ test_log_SOURCES = \
$(NULL)
test_log_LDADD = \
- libgdmcommon.a \
+ libgdmcommon.la \
$(GLIB_LIBS) \
$(NULL)
@@ -109,7 +109,7 @@ test_settings_server_SOURCES = \
$(NULL)
test_settings_server_LDADD = \
- libgdmcommon.a \
+ libgdmcommon.la \
$(GLIB_LIBS) \
$(DBUS_LIBS) \
$(NULL)
@@ -119,7 +119,7 @@ test_settings_client_SOURCES = \
$(NULL)
test_settings_client_LDADD = \
- libgdmcommon.a \
+ libgdmcommon.la \
$(GLIB_LIBS) \
$(DBUS_LIBS) \
$(NULL)