diff options
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r-- | misc/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index d838b7e6b..37ad4a8bd 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,7 +2,10 @@ AUTOMAKE_OPTIONS = 1.4 foreign -INCLUDES = -I$(top_srcdir) @INCPATH@ +INCLUDES = \ + -I$(top_srcdir) \ + @INCPATH@ \ + -I$(top_srcdir}/misc EXTRA_DIST = \ alloca.c basename.c err.c error.c \ |