aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-05 15:35:25 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-05 15:35:25 +0000
commita1a2ae31803802fd4211f6a3121ddfbb3d47776e (patch)
treee20f65e0c35bfb450ceb684a98e79cb5dadf1267 /gtk/Makefile.common
parent244c060b45e2e82db3f439c9dd1589aac7856d0e (diff)
rename kill_capture_child to capture_kill_child to have a common prefix
split drag and drop support out of main.c into new file drag_and_drop.c, to reduce the size of main.c a bit. Hopefully this won't break unix builds because of missing #include's, I will keep an eye on the buildbot svn path=/trunk/; revision=13308
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 686f41cb89..84a27e5f14 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -44,6 +44,7 @@ ETHEREAL_GTK_SRC = \
decode_as_dcerpc.c \
dfilter_expr_dlg.c \
dlg_utils.c \
+ drag_and_drop.c \
ethereal-tap-register.c \
file_dlg.c \
filter_dlg.c \