about summary refs log tree commit diff
path: root/libnm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/Makefile.am')
-rw-r--r--libnm/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libnm/Makefile.am b/libnm/Makefile.am
index e8915b42..fec008a0 100644
--- a/libnm/Makefile.am
+++ b/libnm/Makefile.am
@@ -4,6 +4,7 @@ SUBDIRS = . tests
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
+	-I$(top_builddir)/include \
 	-I$(top_builddir)/introspection \
 	-I$(top_srcdir)/libnm-core \
 	-I$(top_builddir)/libnm-core \
@@ -25,6 +26,7 @@ lib_LTLIBRARIES = libnm.la
 libnmincludedir = $(includedir)/libnm
 
 libnminclude_hfiles =			\
+	$(top_builddir)/include/nm-version-macros.h \
 	NetworkManager.h		\
 	nm-access-point.h		\
 	nm-active-connection.h		\