[gnome-settings-daemon/rhel-6.9: 8/25] Always dist smartcard.gnome-settings-plugin



commit b4a271f9718d6c3f209b32e98a0a982c8a8c8a40
Author: Ray Strode <rstrode redhat com>
Date:   Wed May 5 14:14:00 2010 -0400

    Always dist smartcard.gnome-settings-plugin
    
    Before if the person who rolled the tarball lacked
    smartcard support on their system, then the build
    would break for someone with smartcard support enabled.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617748

 plugins/smartcard/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/smartcard/Makefile.am b/plugins/smartcard/Makefile.am
index 97468cd..62e253e 100644
--- a/plugins/smartcard/Makefile.am
+++ b/plugins/smartcard/Makefile.am
@@ -31,6 +31,9 @@ libsmartcard_la_LIBADD = \
        $(SETTINGS_PLUGIN_LIBS) \
        $(NSS_LIBS)
 
+@GSD_INTLTOOL_PLUGIN_RULE@
+endif
+
 plugin_in_files = \
        smartcard.gnome-settings-plugin.in
 
@@ -44,6 +47,3 @@ CLEANFILES = \
 
 DISTCLEANFILES = \
        $(plugin_DATA)
-
-@GSD_INTLTOOL_PLUGIN_RULE@
-endif


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