summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-09-02 06:39:43 +0000
committerGuy Harris <guy@alum.mit.edu>2006-09-02 06:39:43 +0000
commit0ec3e5661f5c12731a69a15d4a1d1ef6ca19aa66 (patch)
tree833928513cb31527c5bd1c334f234af05cef8dd6 /configure.in
parente7135c63bb5a3b13b02a5513cae346d68f209bd5 (diff)
downloadwireshark-0ec3e5661f5c12731a69a15d4a1d1ef6ca19aa66.tar.gz
Move the codecs into a top-level "codecs" subdirectory; there's no
guarantee that all programs using the codecs will necessarily be using GTK+. svn path=/trunk/; revision=19117
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index de8db71929..05ab75bd32 100644
--- a/configure.in
+++ b/configure.in
@@ -431,7 +431,7 @@ if test "$GTK_OK" = "no" ; then
else
wireshark_bin="wireshark\$(EXEEXT)"
wireshark_man="wireshark.1"
- wireshark_SUBDIRS="gtk"
+ wireshark_SUBDIRS="codecs gtk"
# Honor GLIB_CFLAGS
if test "$GTK_OK" = "two" ; then
AM_PATH_GLIB_2_0(2.0.0, , AC_MSG_ERROR(GLib distribution not found.), gmodule)
@@ -1347,8 +1347,8 @@ AC_OUTPUT(
epan/dfilter/Makefile
epan/dissectors/Makefile
epan/ftypes/Makefile
+ codecs/Makefile
gtk/Makefile
- gtk/codecs/Makefile
gtk/doxygen.cfg
help/Makefile
packaging/Makefile