diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-05-11 07:34:32 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-05-11 07:34:32 +0000 |
commit | 162800efb308901e0c302517be01226130e39b19 (patch) | |
tree | 95e650dcf72fd442db2046bda5bbc21c60aa66e3 /packet-http.c | |
parent | d879711966c0a3d9a03dac08ca10134402da866d (diff) | |
download | wireshark-162800efb308901e0c302517be01226130e39b19.tar.gz wireshark-162800efb308901e0c302517be01226130e39b19.tar.bz2 wireshark-162800efb308901e0c302517be01226130e39b19.zip |
In "Makefile.am" and "Makefile.nmake", have "DISSECTOR_SOURCES" include
only the dissector source files, not the header files; that way you
don't feed the header files to "make-reg-dotc", as "make-reg-dotc" won't
find any registration routines there so there's no point in feeding
header files to it.
Doing so means that we can make "DISSECTOR_OBJECTS" in "Makefile.nmake"
by doing
DISSECTOR_OBJECTS = $(DISSECTOR_SOURCES:.c=.obj)
rather than separately enumerating the object files, as Nmake supports
System V "make"-style substitution.
This should let users who change "DISSECTOR_SOURCES" in one of those
files just copy it to the other file.
svn path=/trunk/; revision=1938
Diffstat (limited to 'packet-http.c')
0 files changed, 0 insertions, 0 deletions