commit | c4b75981fd562adc7e4df7a2cfe96dd7b4d27da1 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 09 14:51:45 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 09 15:14:32 2014 -0800 |
tree | bb854803c061c2e6822c7536c2789c6d958eb0e4 | |
parent | 0102be9d7ac3476729303f7eb27e68adafadf7e8 [diff] [blame] |
examples: Add very basic consumer/producer apps Change-Id: I3c80448b3894f0609a15596bf16c8833ab2f8add
diff --git a/Makefile.am b/Makefile.am index 767081d..748321d 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -12,7 +12,7 @@ lib_LTLIBRARIES = libndn-c.la libndn-cpp.la # "make install" will also install the include headers. -SUBDIRS = include . tools +SUBDIRS = include . tools examples if COMPILE_TESTS SUBDIRS += tests