mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 10:18:00 +02:00
build: don't drop libnm-util/nm-version.h on clean
Same behavior as for libnm-core/nm-version.h. It's created by configure,
not built with make. Removing it breaks 'make clean; make'
(cherry picked from commit aa5cfdd7e1)
This commit is contained in:
parent
1a53c7f2e6
commit
19c326ab91
1 changed files with 1 additions and 2 deletions
|
|
@ -155,7 +155,6 @@ pkgconfigdir = $(libdir)/pkgconfig
|
|||
pkgconfig_DATA = libnm-util.pc
|
||||
|
||||
DISTCLEANFILES = libnm-util.pc
|
||||
CLEANFILES = nm-version.h
|
||||
|
||||
EXTRA_DIST = libnm-util.pc.in libnm-util.ver nm-version.h.in
|
||||
|
||||
|
|
@ -183,7 +182,7 @@ gir_DATA = $(INTROSPECTION_GIRS)
|
|||
typelibdir = $(libdir)/girepository-1.0
|
||||
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
|
||||
|
||||
CLEANFILES += $(gir_DATA) $(typelib_DATA)
|
||||
CLEANFILES = $(gir_DATA) $(typelib_DATA)
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue