[network-manager-pptp] common-gnome: get rid of unused keyring stuff



commit e6466ba7d3582da262a69aded9f6afda6854d59e
Author: Dan Williams <dcbw redhat com>
Date:   Mon Jul 18 12:23:26 2011 -0500

    common-gnome: get rid of unused keyring stuff

 Makefile.am                    |    2 +-
 common-gnome/Makefile.am       |   17 ----
 common-gnome/keyring-helpers.c |  158 ----------------------------------------
 common-gnome/keyring-helpers.h |   47 ------------
 configure.ac                   |    1 -
 properties/Makefile.am         |    1 -
 6 files changed, 1 insertions(+), 225 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index bc8755d..1ddc292 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign
 SUBDIRS = src
 
 if WITH_GNOME
-SUBDIRS += common-gnome auth-dialog properties po
+SUBDIRS += auth-dialog properties po
 endif
 
 dbusservicedir = $(sysconfdir)/dbus-1/system.d
diff --git a/configure.ac b/configure.ac
index a21d074..c05720b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -109,7 +109,6 @@ fi
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
-common-gnome/Makefile
 auth-dialog/Makefile
 properties/Makefile
 po/Makefile.in
diff --git a/properties/Makefile.am b/properties/Makefile.am
index d50f836..97cce16 100644
--- a/properties/Makefile.am
+++ b/properties/Makefile.am
@@ -26,7 +26,6 @@ libnm_pptp_properties_la_CFLAGS =                       \
 
 libnm_pptp_properties_la_LIBADD = \
         $(GTK_LIBS) \
-        $(top_builddir)/common-gnome/libnm-pptp-common-gnome.la	\
         $(NM_LIBS)
 
 libnm_pptp_properties_la_LDFLAGS =   \



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