[gnome-settings-daemon] smartcard: Don't dist built sources



commit 56ac17880b5a693a0f40118db02361670e145891
Author: Kalev Lember <klember redhat com>
Date:   Wed Sep 14 11:45:01 2016 +0200

    smartcard: Don't dist built sources
    
    https://bugzilla.gnome.org/show_bug.cgi?id=771392

 plugins/smartcard/Makefile.am |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/plugins/smartcard/Makefile.am b/plugins/smartcard/Makefile.am
index e0b85f3..65b3f10 100644
--- a/plugins/smartcard/Makefile.am
+++ b/plugins/smartcard/Makefile.am
@@ -25,8 +25,6 @@ gsd-smartcard-enum-types.c: gsd-smartcard-enum-types.c.in $(libsmartcard_headers
        $(AM_V_GEN) $(GLIB_MKENUMS) --template $^ > $@
 
 gsd_test_smartcard_SOURCES =        \
-       $(dbus_built_sources)   \
-       $(enum_built_sources)   \
        gsd-smartcard-service.c \
        gsd-smartcard-service.h \
        gsd-smartcard-manager.c \
@@ -34,6 +32,10 @@ gsd_test_smartcard_SOURCES =        \
        gsd-smartcard-utils.c   \
        test-smartcard.c
 
+nodist_gsd_test_smartcard_SOURCES = \
+       $(dbus_built_sources) \
+       $(enum_built_sources)
+
 gsd_test_smartcard_CPPFLAGS =                                   \
        -I$(top_srcdir)/data/                                   \
        -I$(top_srcdir)/gnome-settings-daemon                   \
@@ -62,8 +64,6 @@ gsd_test_smartcard_LDADD =                                      \
 
 libsmartcard_la_SOURCES = \
        $(libsmartcard_headers) \
-       $(dbus_built_sources) \
-       $(enum_built_sources) \
        gsd-smartcard-manager.c \
        gsd-smartcard-plugin.c  \
        gsd-smartcard-service.h \
@@ -71,6 +71,10 @@ libsmartcard_la_SOURCES = \
        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         \
@@ -108,7 +112,9 @@ EXTRA_DIST = \
        $(plugin_in_files)
 
 CLEANFILES = \
+       $(BUILT_SOURCES) \
        $(plugin_DATA)
 
 DISTCLEANFILES = \
+       $(BUILT_SOURCES) \
        $(plugin_DATA)


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