diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-05-14 16:27:03 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-05-14 16:27:03 +0000 |
commit | 54082c6ed0307e0be8fc35bf415ac3207bca91cc (patch) | |
tree | efd0749a95b6a40efcf00e5bc074786a68deb727 /codecs | |
parent | 4a2302cf6cdcd05ba779c8f75d5a5130bc9f20a2 (diff) | |
download | wireshark-54082c6ed0307e0be8fc35bf415ac3207bca91cc.tar.gz wireshark-54082c6ed0307e0be8fc35bf415ac3207bca91cc.tar.bz2 wireshark-54082c6ed0307e0be8fc35bf415ac3207bca91cc.zip |
Add Cmake stuff to the source distribution so more people can try it out.
svn path=/trunk/; revision=32807
Diffstat (limited to 'codecs')
-rw-r--r-- | codecs/Makefile.am | 3 |
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 \ |