InterestPacket, ContentPacket, Face classes added
diff --git a/wscript b/wscript
index 1022953..ba36821 100644
--- a/wscript
+++ b/wscript
@@ -12,6 +12,9 @@
'model/ccn_random.cc',
'model/ccn_buf_decoder.cc',
'model/ccn_buf_encoder.cc',
+ 'model/ndn_face.cc',
+ 'model/ndn_interestpacket.cc',
+ 'model/ndn_contentpacket.cc',
'helper/ndnabstraction-helper.cc',
]
@@ -30,6 +33,9 @@
'model/ccn_indexbuf.h',
'model/ccn_random.h',
'model/ccn_ccn.h',
+ 'model/ndn_face.h',
+ 'model/ndn_interestpacket.h',
+ 'model/ndn_contentpacket.h',
'helper/ndnabstraction-helper.h',
]