build: Don't leak generated files into distribution

gdbus-codegen will generate code that will need a too recent version of glib.
This commit is contained in:
Lubomir Rintel 2014-10-13 21:38:36 +02:00 committed by Thomas Haller
parent 461da6fe1a
commit 44c34a7adc

View file

@ -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) \