## Process this file with automake to produce Makefile.in
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libltdl @glib_cflags@ @pcapnav_cflags@ -W -Wall ## -DMEMDEBUG
lib_LTLIBRARIES = libnetdude.la
pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)
pkginclude_HEADERS = \
libnd.h \
libnd_types.h \
libnd_dumper.h \
libnd_debug.h \
libnd_macros.h \
libnd_filter.h \
libnd_filter_factory.h \
libnd_filter_registry.h \
libnd_globals.h \
libnd_init.h \
libnd_magic.h \
libnd_misc.h \
libnd_null_protocol.h \
libnd_packet.h \
libnd_packet_iterator.h \
libnd_packet_recycler.h \
libnd_plugin.h \
libnd_prefs.h \
libnd_protocol.h \
libnd_protocol_inst.h \
libnd_protocol_plugin.h \
libnd_protocol_registry.h \
libnd_raw_protocol.h \
libnd_registry.h \
libnd_tcpdump.h \
libnd_timestamp.h \
libnd_tpm.h \
libnd_tp.h \
libnd_trace.h \
libnd_timestamp.h
libnetdude_la_SOURCES = \
libnd.h libnd_types.h \
libnd_debug.c libnd_debug.h \
libnd_dumper.c libnd_dumper.h \
libnd_macros.h \
libnd_filter.c libnd_filter.h \
libnd_filter_factory.c libnd_filter_factory.h \
libnd_filter_registry.c libnd_filter_registry.h \
libnd_globals.c libnd_globals.h \
libnd_init.c libnd_init.h \
libnd_magic.c libnd_magic.h \
libnd_misc.c libnd_misc.h \
libnd_null_protocol.c libnd_null_protocol.h \
libnd_packet.c libnd_packet.h \
libnd_packet_iterator.c libnd_packet_iterator.h \
libnd_packet_recycler.c libnd_packet_recycler.h \
libnd_plugin.c libnd_plugin.h \
libnd_prefs.c libnd_prefs.h \
libnd_protocol.c libnd_protocol.h \
libnd_protocol_inst.c libnd_protocol_inst.h \
libnd_protocol_plugin.c libnd_protocol_plugin.h \
libnd_protocol_registry.c libnd_protocol_registry.h \
libnd_raw_protocol.c libnd_raw_protocol.h \
libnd_registry.c libnd_registry.h \
libnd_tcpdump.c libnd_tcpdump.h \
libnd_timestamp.h \
libnd_tpm.c libnd_tpm.h \
libnd_tp.c libnd_tp.h \
libnd_trace.c libnd_trace.h \
libnd_timestamp.h
libnetdude_la_LIBADD = $(top_builddir)/libltdl/libltdlc.la @glib_libs@ @pcapnav_libs@
syntax highlighted by Code2HTML, v. 0.9.1