mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 22:20:27 +01:00
libnm-core: fix make dist with --enable-tests=no
We still need BUILT_SOURCES.
This commit is contained in:
parent
9b31d6e210
commit
05dad07978
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
if ENABLE_TESTS
|
||||
|
||||
include $(GLIB_MAKEFILE)
|
||||
|
||||
GLIB_GENERATED = nm-core-tests-enum-types.h nm-core-tests-enum-types.c
|
||||
|
|
@ -9,6 +7,8 @@ GLIB_MKENUMS_C_FLAGS = --identifier-prefix NM
|
|||
|
||||
BUILT_SOURCES = $(GLIB_GENERATED)
|
||||
|
||||
if ENABLE_TESTS
|
||||
|
||||
certsdir = $(srcdir)/certs
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue