aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 12:14:57 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2008-04-13 12:14:57 +0000
commit016f886a142ebe7be385bd2d37df72356efaf62a (patch)
tree72a321ff6351484915617a571799301726fead42 /gtk/Makefile.nmake
parent36832ed53028cfbb0dd14bf9961aa2ef5d8c9c5c (diff)
use the ending "_win32" for every windows specific file
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24972 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index 0212d53e14..21ec278295 100644
--- a/gtk/Makefile.nmake
+++ b/gtk/Makefile.nmake
@@ -26,8 +26,9 @@ include Makefile.common
# if you add files here, be sure to include them also in Makefile.am EXTRA_DIST
WIRESHARK_WIN32_GTK_SRC = \
$(WIRESHARK_GTK_SRC) \
- print_mswin.c \
- win32-file-dlg.c \
+ capture_if_details_dlg_win32.c \
+ print_win32.c \
+ file_dlg_win32.c \
!IFDEF PORTAUDIO_DIR
!IF "$(PORTAUDIO_VERSION)" == "18"
pa_lib.c \