## 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
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)/protocols
pkgincludedir = $(includedir)/netdude/$(version_major)/protocols/ip
pkg_LTLIBRARIES = nd_ip.la
nd_ip_la_SOURCES = \
nd_ip.c nd_ip.h \
nd_ip_callbacks.c nd_ip_callbacks.h \
nd_ipfrag.c nd_ipfrag.h \
callbacks.c callbacks.h \
interface.c interface.h \
support.c support.h
nd_ip_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = ip.glade
syntax highlighted by Code2HTML, v. 0.9.1