build: fix srcdir!=builddir build
authorDan Winship <danw@gnome.org>
Wed, 20 Feb 2013 21:40:32 +0000 (16:40 -0500)
committerDan Winship <danw@gnome.org>
Wed, 20 Feb 2013 22:32:10 +0000 (17:32 -0500)
Add a missing "\" so that the -I$(top_srcdir) is seen

src/Makefile.am

index 5d5f6d4..15a39a4 100644 (file)
@@ -10,7 +10,7 @@ AM_CPPFLAGS = \
        -DLIBEXECDIR=\""$(libexecdir)"\" \
        -DLOCALSTATEDIR=\""$(localstatedir)"\" \
        -DDATADIR=\"$(datadir)\" \
-       -DNM_OPENVPN_LOCALEDIR=\"$(datadir)/locale\"
+       -DNM_OPENVPN_LOCALEDIR=\"$(datadir)/locale\" \
        -I$(top_srcdir)
 
 libexec_PROGRAMS = nm-openvpn-service nm-openvpn-service-openvpn-helper