summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--callouts/Makefile.am8
1 files changed, 2 insertions, 6 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index 1c5f39566d..2f725b0705 100644
--- a/callouts/Makefile.am
+++ b/callouts/Makefile.am
@@ -53,7 +53,7 @@ nm_dispatcher_LDADD = \
noinst_LTLIBRARIES += libnmdbus-dispatcher.la
-libnmdbus_dispatcher_la_SOURCES = \
+nodist_libnmdbus_dispatcher_la_SOURCES = \
nmdbus-dispatcher.c \
nmdbus-dispatcher.h
@@ -69,10 +69,6 @@ nmdbus-dispatcher.h: nm-dispatcher.xml
nmdbus-dispatcher.c: nmdbus-dispatcher.h
@true
-BUILT_SOURCES = \
- nmdbus-dispatcher.c \
- nmdbus-dispatcher.h
-
###########################################
# dispatcher envp
###########################################
@@ -113,7 +109,7 @@ install-data-hook:
$(mkinstalldirs) -m 0755 $(DESTDIR)$(dispatcherdir)/pre-down.d
$(mkinstalldirs) -m 0755 $(DESTDIR)$(dispatcherdir)/pre-up.d
-CLEANFILES = $(BUILT_SOURCES) $(dbusactivation_DATA)
+CLEANFILES = $(nodist_libnmdbus_dispatcher_la_SOURCES) $(dbusactivation_DATA)
EXTRA_DIST = \
$(dbusservice_DATA) \