diff options
Diffstat (limited to 'watchquagga')
-rw-r--r-- | watchquagga/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchquagga/Makefile.am b/watchquagga/Makefile.am index a49f62e8..badaa5b5 100644 --- a/watchquagga/Makefile.am +++ b/watchquagga/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in -INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib +INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\" AM_CFLAGS = $(PICFLAGS) |