## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.4 foreign
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in
LIBS =
LDFLAGS = -L$(top_srcdir)/src
INCLUDES = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir) -I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall
pkgdir = $(pkgdatadir)/$(version_major).$(version_minor)/plugins
pkgincludedir = $(includedir)/libnetdude/$(version_major).$(version_minor)/plugins/
pkg_LTLIBRARIES = libnd_cksumfix.la
pkginclude_HEADERS = libnd_cksumfix.h
libnd_cksumfix_la_SOURCES = libnd_cksumfix.c
libnd_cksumfix_la_LDFLAGS = -module -avoid-version
syntax highlighted by Code2HTML, v. 0.9.1