## Process this file with automake to produce Makefile.in

# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in

LIBS                 =
AM_LDFLAGS	     = -L$(top_srcdir)/src
INCLUDES	     = @gtk_cflags@ @LIBNETDUDE_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall

pkgdir		     = $(pkgdatadir)/$(version_major)/plugins

pkg_LTLIBRARIES	     = nd_cksumfix.la

nd_cksumfix_la_SOURCES  = nd_cksumfix.c
nd_cksumfix_la_LDFLAGS  = -module -avoid-version


syntax highlighted by Code2HTML, v. 0.9.1