diff --git a/sflphone-gtk/autogen.sh b/sflphone-gtk/autogen.sh
index 803a1712c8f80905558602d705dce31cb8d51a12..68c1e41e81600c2ddcf93286c2205fcea788629a 100755
--- a/sflphone-gtk/autogen.sh
+++ b/sflphone-gtk/autogen.sh
@@ -10,6 +10,6 @@ libtoolize --force
 autoheader
 autoconf -f
 automake -a
-#./configure $@
+./configure $@
 
 
diff --git a/sflphone-gtk/src/Makefile.am b/sflphone-gtk/src/Makefile.am
index 4554b59bb831f0f7e208a67b568a00cc13ee94f7..ae05598de2416c0b17870a34d3d3ff70692184cd 100644
--- a/sflphone-gtk/src/Makefile.am
+++ b/sflphone-gtk/src/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = sflphone-gtk
 
 SUBDIRS=contactlist
   
-noinst_LTLIBRARIES = libsflphonegtk.la
+# noinst_LTLIBRARIES = libsflphonegtk.la
 
 NOFIFY_LIBS=-lnotify
 SEXY_LIBS=-lsexy
@@ -47,10 +47,8 @@ noinst_HEADERS =  actions.h dbus.h sflnotify.h mainwindow.h calllist.h dialpad.h
 EXTRA_DIST   = marshaller.list  
 
 sflphone_gtk_LDADD = $(DEPS_LIBS) $(NOTIFY_LIBS) $(SEXY_LIBS) \
-			./libsflphonegtk.la
+			./contactlist/libcontact.la
 
-libsflphonegtk_la_LIBADD = \
-	contactlist/libcontact.la 
 
 AM_CPPFLAGS = $(DEPS_CFLAGS) \
               -DICONS_DIR=\""$(prefix)/share/sflphone"\" \