aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-14 16:27:03 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-14 16:27:03 +0000
commit68184c4b3a6621f252befa86e962bcbdddee020d (patch)
treeefd0749a95b6a40efcf00e5bc074786a68deb727 /codecs
parent9ec3a1f27d44e2f8a980be8839cfcf61a698e085 (diff)
Add Cmake stuff to the source distribution so more people can try it out.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32807 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'codecs')
-rw-r--r--codecs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/codecs/Makefile.am b/codecs/Makefile.am
index 86cff8debf..0c66ca6a91 100644
--- a/codecs/Makefile.am
+++ b/codecs/Makefile.am
@@ -41,7 +41,8 @@ libcodec_a_SOURCES = \
libcodec_a_DEPENDENCIES =
EXTRA_DIST = \
- Makefile.nmake
+ Makefile.nmake \
+ CMakeLists.txt
checkapi:
$(PERL) ../tools/checkAPIs.pl -g abort -g termoutput \