about summary refs log tree commit diff
path: root/clients/common/nm-meta-setting-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/nm-meta-setting-base.h')
-rw-r--r--clients/common/nm-meta-setting-base.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/clients/common/nm-meta-setting-base.h b/clients/common/nm-meta-setting-base.h
new file mode 100644
index 00000000..85d790a3
--- /dev/null
+++ b/clients/common/nm-meta-setting-base.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+
+#ifndef __NM_META_SETTING_BASE_H__
+#define __NM_META_SETTING_BASE_H__
+
+#define _NM_META_SETTING_BASE_IMPL_LIBNM 0
+
+#include "nm-meta-setting-base-impl.h"
+
+#endif /* __NM_META_SETTING_BASE_H__ */