## 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/tcp
pkg_LTLIBRARIES = nd_tcp.la
nd_tcp_la_SOURCES = \
nd_tcp.c nd_tcp.h \
nd_tcp_prefs.c nd_tcp_prefs.h \
nd_tcp_callbacks.c nd_tcp_callbacks.h \
interface.c interface.h \
callbacks.h callbacks.c \
support.c support.h
nd_tcp_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = tcp.glade
syntax highlighted by Code2HTML, v. 0.9.1