Add Visual C++ project files to the distribution.
[obnox/wireshark/wip.git] / gtk / Makefile.am
index eb8ee9714d9a351f1e63d9b7b765f007c450da2f..59bddeb5af59cf9a05f142d1d038b5a506064358 100644 (file)
@@ -76,6 +76,22 @@ expert_indicators.h:
 network_icons.h:
        echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
        echo >> $@
-       for icon in bluetooth wired wireless ; do \
+       for icon in bluetooth usb wired wireless ; do \
                gdk-pixbuf-csource --raw --name=network_$${icon}_pb_data ../image/toolbar/network_$${icon}_16.png >> $@ ;\
        done
+
+EXTRA_DIST = \
+       airpcap_dlg.c                   \
+       airpcap_gui_utils.c             \
+       capture_if_details_dlg_win32.c  \
+       capture_if_details_dlg_win32.h  \
+       doxygen.cfg.in                  \
+       file_dlg_win32.c                \
+       file_dlg_win32.h                \
+       libui.vcproj                    \
+       main_airpcap_toolbar.c          \
+       Makefile.common                 \
+       Makefile.nmake                  \
+       print_win32.c                   \
+       print_win32.h                   \
+       CMakeLists.txt