aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ddtp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-11 07:34:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-11 07:34:32 +0000
commit9faed730f03b0f9dd161698662886cc7702319e4 (patch)
tree95e650dcf72fd442db2046bda5bbc21c60aa66e3 /packet-ddtp.c
parent176a6af58c5273f7dfbcb53f4d9ad4d8e42f23db (diff)
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1938 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ddtp.c')
0 files changed, 0 insertions, 0 deletions