aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ypserv.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-05-11 07:34:32 +0000
committerGuy Harris <guy@alum.mit.edu>2000-05-11 07:34:32 +0000
commit162800efb308901e0c302517be01226130e39b19 (patch)
tree95e650dcf72fd442db2046bda5bbc21c60aa66e3 /packet-ypserv.c
parentd879711966c0a3d9a03dac08ca10134402da866d (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. svn path=/trunk/; revision=1938
Diffstat (limited to 'packet-ypserv.c')
0 files changed, 0 insertions, 0 deletions