mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-25 00:10:43 +01:00
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:
parent
461da6fe1a
commit
44c34a7adc
1 changed files with 2 additions and 6 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue