mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 21:50:17 +01: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'
This commit is contained in:
parent
66c3b673e3
commit
aa5cfdd7e1
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