libnm-core: fix make dist with --enable-tests=no

We still need BUILT_SOURCES.
This commit is contained in:
Lubomir Rintel 2015-11-02 21:04:53 +01:00
parent 9b31d6e210
commit 05dad07978

View file

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