[gnome-settings-daemon] build: Drop unused variables from smartcard Makefile.am



commit a9a7f9fd845cb85313de872f552e6562a5b3e7e0
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Feb 9 11:34:49 2017 +0000

    build: Drop unused variables from smartcard Makefile.am
    
    Since commit 6d01a434ca2faa88acb2aed1224d23cea329f1f8, libsmartcard.la
    is no more, so all the variables which defined how to compile it are
    redundant.
    
    This fixes an automake warning about unused variables.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778383

 plugins/smartcard/Makefile.am |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)
---
diff --git a/plugins/smartcard/Makefile.am b/plugins/smartcard/Makefile.am
index 90e2d22..4a2951a 100644
--- a/plugins/smartcard/Makefile.am
+++ b/plugins/smartcard/Makefile.am
@@ -55,43 +55,6 @@ gsd_smartcard_LDADD =                                           \
        $(top_builddir)/plugins/common/libcommon.la             \
        $(SMARTCARD_LIBS)
 
-
-libsmartcard_la_SOURCES = \
-       $(libsmartcard_headers) \
-       gsd-smartcard-manager.c \
-       gsd-smartcard-plugin.c  \
-       gsd-smartcard-service.h \
-       gsd-smartcard-service.c \
-       gsd-smartcard-utils.h \
-       gsd-smartcard-utils.c
-
-nodist_libsmartcard_la_SOURCES = \
-       $(dbus_built_sources) \
-       $(enum_built_sources)
-
-libsmartcard_la_CPPFLAGS = \
-       -I$(top_srcdir)/gnome-settings-daemon \
-       -I$(top_builddir)/gnome-settings-daemon         \
-       -DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
-       -I$(top_srcdir)/plugins/common \
-       -DSYSCONFDIR=\""$(sysconfdir)"\" \
-       -DLIBDIR=\""$(libdir)"\" \
-       -DGSD_SMARTCARD_MANAGER_NSS_DB=\""$(NSS_DATABASE)"\" \
-       $(AM_CPPFLAGS)
-
-libsmartcard_la_CFLAGS = \
-       $(PLUGIN_CFLAGS)        \
-       $(SETTINGS_PLUGIN_CFLAGS) \
-       $(NSS_CFLAGS)        \
-       $(AM_CFLAGS)
-
-libsmartcard_la_LDFLAGS = \
-       $(GSD_PLUGIN_LDFLAGS)
-
-libsmartcard_la_LIBADD = \
-       $(SETTINGS_PLUGIN_LIBS)        \
-       $(NSS_LIBS)
-
 desktopdir = $(sysconfdir)/xdg/autostart
 desktop_in_files = org.gnome.SettingsDaemon.Smartcard.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)


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