ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 21324: /trunk/epan/ /trunk/epan/dissectors/: Makefile.am

Date: Tue, 03 Apr 2007 19:50:07 GMT
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