diff options
Diffstat (limited to 'dbug/Makefile.am')
-rw-r--r-- | dbug/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbug/Makefile.am b/dbug/Makefile.am index bd512ee1d1d..3ddb5bc17e1 100644 --- a/dbug/Makefile.am +++ b/dbug/Makefile.am @@ -15,7 +15,8 @@ # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA -INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include +INCLUDES = @MT_INCLUDES@ \ + -I$(top_builddir)/include -I$(top_srcdir)/include LDADD = libdbug.a ../strings/libmystrings.a pkglib_LIBRARIES = libdbug.a noinst_HEADERS = dbug_long.h |