diff options
author | Jeremy Henty <onepoint@starurchin.org> | 2011-01-28 07:09:51 +0000 |
---|---|---|
committer | Jeremy Henty <onepoint@starurchin.org> | 2011-01-28 07:09:51 +0000 |
commit | 86c91dc8191c9b0266eaa86a8fa416627f9da207 (patch) | |
tree | 8a50a4cc68b83282eedc3bcb12497c2282e77bb4 /dpip | |
parent | c34c80055a29e8d7ba8d9b3d8c9eb13d73050447 (diff) |
**/Makefile.am: #include $(top_srcdir).
Diffstat (limited to 'dpip')
-rw-r--r-- | dpip/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dpip/Makefile.am b/dpip/Makefile.am index 099ac7d4..e88da0a1 100644 --- a/dpip/Makefile.am +++ b/dpip/Makefile.am @@ -1,3 +1,6 @@ +AM_CPPFLAGS = \ + -I$(top_srcdir) + noinst_LIBRARIES = libDpip.a libDpip_a_SOURCES = \ |