aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-09-15 08:18:57 +0000
committerGuy Harris <guy@alum.mit.edu>2012-09-15 08:18:57 +0000
commit366489a085ae1ee6e6438f5d4996ba0a1ab2d192 (patch)
tree2f5868efed90cebc4eab0800bd08e7878ab750e4 /ui
parent5a551d6b63080952c8871338c16cee0ca757bd6f (diff)
DIRTY_GENERATED_C_FILES is empty, and isn't used by ui/gtk/Makefile.am,
so get rid of it, and stop using it in ui/gtk/Makefile.make; we don't want to encourage people to create source files that get warnings. svn path=/trunk/; revision=44910
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/Makefile.common5
-rw-r--r--ui/gtk/Makefile.nmake3
2 files changed, 2 insertions, 6 deletions
diff --git a/ui/gtk/Makefile.common b/ui/gtk/Makefile.common
index 87fc1648d6..1e47ea04d4 100644
--- a/ui/gtk/Makefile.common
+++ b/ui/gtk/Makefile.common
@@ -33,13 +33,10 @@ GENERATED_HEADER_FILES =
GENERATED_C_FILES = \
wireshark-tap-register.c
-DIRTY_GENERATED_C_FILES =
-
# All the generated files.
GENERATED_FILES = \
$(GENERATED_HEADER_FILES) \
- $(GENERATED_C_FILES) \
- $(DIRTY_GENERATED_C_FILES)
+ $(GENERATED_C_FILES)
# Files that generate compileable files
GENERATOR_FILES =
diff --git a/ui/gtk/Makefile.nmake b/ui/gtk/Makefile.nmake
index 82d50f458b..54a456881d 100644
--- a/ui/gtk/Makefile.nmake
+++ b/ui/gtk/Makefile.nmake
@@ -35,8 +35,7 @@ WIRESHARK_CLEAN_LIBGTKUI_SRC = \
capture_if_details_dlg_win32.c
WIRESHARK_LIBGTKUI_SRC = \
- $(WIRESHARK_CLEAN_LIBGTKUI_SRC) \
- $(DIRTY_GENERATED_C_FILES) \
+ $(WIRESHARK_CLEAN_LIBGTKUI_SRC)
PORT_AUDIO_SRC = \
!IFDEF PORTAUDIO_DIR