diff options
Diffstat (limited to 'dlib')
-rw-r--r-- | dlib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dlib/Makefile.am b/dlib/Makefile.am index 378cd785..a45d6a57 100644 --- a/dlib/Makefile.am +++ b/dlib/Makefile.am @@ -1,3 +1,6 @@ +AM_CPPFLAGS = \ + -I$(top_srcdir) + noinst_LIBRARIES = libDlib.a libDlib_a_SOURCES = \ |