From 44c34a7adc620ffffc81b68bc0bba22288849649 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 13 Oct 2014 21:38:36 +0200 Subject: build: Don't leak generated files into distribution gdbus-codegen will generate code that will need a too recent version of glib. --- callouts/Makefile.am | 8 ++------ 1 file 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) \ -- cgit v1.2.1