diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-07-23 23:36:50 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-07-23 23:36:50 +0000 |
commit | f16fff888c6a4a4645672a38e4b6ac02189c9a44 (patch) | |
tree | 8d3b4b086d39413027d93c41a5ee355bfd8be44c /gtk/Makefile.am | |
parent | 2d21f054ef960c0e4ded23444ad122745c9bac28 (diff) | |
download | wireshark-f16fff888c6a4a4645672a38e4b6ac02189c9a44.tar.gz wireshark-f16fff888c6a4a4645672a38e4b6ac02189c9a44.tar.bz2 wireshark-f16fff888c6a4a4645672a38e4b6ac02189c9a44.zip |
"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them to
the top-level directory.
svn path=/trunk/; revision=11494
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 03d3d05dba..472681a15f 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -35,7 +35,6 @@ ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc noinst_HEADERS = \ about_dlg.h \ - capture_combo_utils.h \ capture_dlg.h \ capture_prefs.h \ color_dlg.h \ |