A lengthy patch to add the wiretap library. Wiretap is not used by default
[obnox/wireshark/wip.git] / wiretap / Makefile.am
1 noinst_LIBRARIES = libwiretap.a
2
3 libwiretap_a_SOURCES = \
4         buffer.c                \
5         file.c                  \
6         ngsniffer.c             \
7         wtap.c
8