Fix build with autotools out of source tree (#394)

Add missing include directory, which fixes the build with autotools in separated build directory.

Fix By: František Dvořák (@valtri)
pull/396/head
František Dvořák 4 years ago committed by GitHub
parent a7231d707e
commit db8905a666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/lib/Makefile.am

@ -8,7 +8,8 @@ ACLOCAL_AMFLAGS = -I m4 --install
AM_CPPFLAGS = -I$(top_builddir)/include \
-I$(top_builddir)/src/lib \
-I$(top_srcdir)/include
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/lib
lib_LTLIBRARIES = libcares.la

Loading…
Cancel
Save