Move header files for stuff used by dissectors, and source files
authorGuy Harris <guy@alum.mit.edu>
Sat, 10 Jan 2004 04:09:14 +0000 (04:09 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sat, 10 Jan 2004 04:09:14 +0000 (04:09 -0000)
commit73d7a8e202944001dbe13bb5e5271a2ed2c7f85c
tree50d191a70b03b567715bf5a51673a6705e134650
parent86b33ae36bdd0164dd2503cd718822964291ee14
Move header files for stuff used by dissectors, and source files
containing helper routines, to DISSECTOR_HELPER_SRC.  Include
DISSECTOR_HELPER_SRC in ETHEREAL_COMMON_SRC, and include BUILT_SOURCES
in ETHEREAL_COMMON_SRC rather than repeating those headers directly.  Do
similar things with ETHEREAL_COMMON_OBJECTS and DISSECTOR_COMMON_OBJECTS
in Makefile.nmake.

Add "packet-x11-keysymdef.h" to "noinst_Headers", so it's built as part
of the tarball.

svn path=/trunk/; revision=9627
Makefile.am
Makefile.nmake