summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Bastoni <bastoni@cs.unc.edu>2010-04-12 23:39:18 -0400
committerAndrea Bastoni <bastoni@cs.unc.edu>2010-04-12 23:40:23 -0400
commit1509d281169efda400f149126cce1f10a1920a48 (patch)
treec3e3d1c4574f5e3ff044bbc3e7ade6be95ec292f
parent269025c216e4245f2b10927630130db89fddf4c8 (diff)
Fix missing header directory
- cpmd header directory is missing from include path
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 3241f68..fc3a24f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -47,6 +47,8 @@ INCLUDE_ARCH = {
47} 47}
48 48
49INCLUDE_DIRS = [ 49INCLUDE_DIRS = [
50 # cpmd headers
51 'include/',
50 # library headers 52 # library headers
51 '${LIBLITMUS}/include/', 53 '${LIBLITMUS}/include/',
52 # Linux kernel headers 54 # Linux kernel headers