diff options
Diffstat (limited to 'dpid')
-rw-r--r-- | dpid/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dpid/Makefile.am b/dpid/Makefile.am index 07e262c8..a59fa083 100644 --- a/dpid/Makefile.am +++ b/dpid/Makefile.am @@ -1,4 +1,6 @@ -AM_CPPFLAGS=-DDPIDRC_SYS='"$(sysconfdir)/dpidrc"' +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -DDPIDRC_SYS='"$(sysconfdir)/dpidrc"' bin_PROGRAMS = dpid dpidc dpid_LDADD = \ |