http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21324
User: standel
Date: 2007/04/03 07:50 PM
Log:
epan/dissectors/Makefile is now building four libraries :
- asn dissectors : libasndissectors.la
- pidl dissectors : libpidldissectors.la
- normal dissectors : libdissectors.la *and* libcleandissectors.la. I
separated it in two libraries temporarily. The source files used to build
libcleandissectors.la do not generate warning anymore and the -Werror is used
to compile them. If we patch a dissector and it doesn't generate warning
anymore, we have to move the filename dissector from DISSECTOR_SRC to
CLEAN_DISSECTOR_SRC in epan/dissectors/Makefile.common.
If you want to define specific cflags for one library type, let's say pidl, you
may define libpidldissectors_la_CFLAGS.
Directory: /trunk/epan/dissectors/
Changes Path Action
+28 -4 Makefile.am Modified
+102 -97 Makefile.common Modified
Directory: /trunk/epan/
Changes Path Action
+2 -2 Makefile.am Modified
+3 -2 packet.c Modified