From bc9f8d0cd707c411d8b8a05be5efc9060ff0563c Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 30 Jun 2010 23:20:03 +0000 Subject: [PATCH] Add Visual C++ project files to the distribution. svn path=/trunk/; revision=33386 --- Makefile.am | 7 ++++++- doc/Makefile.am | 2 ++ docbook/Makefile.am | 1 + epan/Makefile.am | 1 + epan/dissectors/Makefile.am | 1 + gtk/Makefile.am | 1 + plugins/Makefile.am | 1 + wiretap/Makefile.am | 1 + 8 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3526d5d949..1fde48c1c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -832,7 +832,12 @@ EXTRA_DIST = \ cmake/modules/FindM.cmake \ cmake/modules/FindKERBEROS.cmake \ cmake/modules/FindPOD.cmake \ - CPackConfig.txt + CPackConfig.txt \ + all.vcproj \ + dumpcap.vcproj \ + packaging.vcproj \ + tshark.vcproj \ + wireshark.vcproj install-exec-hook: if HAVE_DUMPCAP_GROUP 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 + diff --git a/docbook/Makefile.am b/docbook/Makefile.am index b10a68f985..582a86f36b 100644 --- a/docbook/Makefile.am +++ b/docbook/Makefile.am @@ -251,6 +251,7 @@ EXTRA_DIST = \ $(WSDG_SOURCE) \ $(RELEASE_NOTES_SOURCE) \ check_svn_version.sh \ + docbook.vcproj \ make-wsluarm.pl \ Makefile.nmake \ CMakeLists.txt diff --git a/epan/Makefile.am b/epan/Makefile.am index e72880ea23..5ad26e8a56 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -95,6 +95,7 @@ EXTRA_DIST = \ dtd_preparse.l \ enterprise-numbers \ libwireshark.def \ + libwireshark.vcproj \ Makefile.common \ Makefile.nmake \ radius_dict.l \ diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am index 7da87a1966..587ea3232d 100644 --- a/epan/dissectors/Makefile.am +++ b/epan/dissectors/Makefile.am @@ -51,6 +51,7 @@ EXTRA_DIST = \ Makefile.nmake \ packet-ncp2222.inc \ README.X11 \ + dissectors.vcproj \ x11-fields packet-ncp2222.c : $(top_srcdir)/tools/ncp2222.py diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 00f966e217..59bddeb5af 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -88,6 +88,7 @@ EXTRA_DIST = \ doxygen.cfg.in \ file_dlg_win32.c \ file_dlg_win32.h \ + libui.vcproj \ main_airpcap_toolbar.c \ Makefile.common \ Makefile.nmake \ diff --git a/plugins/Makefile.am b/plugins/Makefile.am index f7f49cf3e3..554f952379 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -43,6 +43,7 @@ SUBDIRS = $(_CUSTOM_SUBDIRS_) \ plugindir = @plugindir@ EXTRA_DIST = \ + plugins.vcproj \ Makefile.nmake MAINTAINERCLEANFILES = \ diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am index e025aeca6d..c25827ec95 100644 --- a/wiretap/Makefile.am +++ b/wiretap/Makefile.am @@ -64,6 +64,7 @@ EXTRA_DIST = \ README.developer \ Makefile.common \ Makefile.nmake \ + libwiretap.vcproj \ wtap.def \ $(GENERATOR_FILES) \ $(GENERATED_FILES)