summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-03-16 17:09:42 +0100
committerLubomir Rintel <lkundrak@v3.sk>2017-03-17 10:21:19 +0100
commita91369f80d44d1fc748fc3a9f5d9ef0fb566c77c (patch)
tree18df379cbedbe54f869847ac1689853e47b9ae89 /Makefile.am
parentd9d78ac2aa9c3e84d8144fb3a648499b9282aeb7 (diff)
downloadNetworkManager-a91369f80d44d1fc748fc3a9f5d9ef0fb566c77c.tar.gz
libnm-core: drop NMVpnConnectionStateReason
It's now the same as NMActiveConnectionStateReason. Keep a compatibility typedef and enum.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fac53d5cc6..8ee15b5be5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -512,6 +512,8 @@ GLIB_GENERATED += \
$(libnm_core_lib_c_mkenums)
nm_core_enum_types_sources = $(libnm_core_lib_h_pub_real)
+nm_core_enum_types_MKENUMS_C_FLAGS = --identifier-prefix NM --fhead '\#include "nm-default.h"\n'
+
$(libnm_core_lib_h_pub_mkenums): libnm-core/.dirstamp
$(libnm_core_lib_c_mkenums): libnm-core/.dirstamp