diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-06-30 23:20:03 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-06-30 23:20:03 +0000 |
commit | bc9f8d0cd707c411d8b8a05be5efc9060ff0563c (patch) | |
tree | 11a42ca3357aa9f26a3b7b19e63dadb3f3ead5fe /doc | |
parent | 27fcf779aecfbd3d0cb80f12f9a30f2665be1e26 (diff) | |
download | wireshark-bc9f8d0cd707c411d8b8a05be5efc9060ff0563c.tar.gz wireshark-bc9f8d0cd707c411d8b8a05be5efc9060ff0563c.tar.bz2 wireshark-bc9f8d0cd707c411d8b8a05be5efc9060ff0563c.zip |
Add Visual C++ project files to the distribution.
svn path=/trunk/; revision=33386
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index a235a0041c..c67ba54a4b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -288,6 +288,7 @@ EXTRA_DIST = \ README.stats_tree \ README.tapping \ README.xml-output \ + doc.vcproj \ make-authors-format.pl \ make-authors-short.pl \ perlnoutf.pl \ @@ -305,3 +306,4 @@ EXTRA_DIST = \ tshark.pod \ wireshark-filter.pod.template \ wireshark.pod.template + |