## 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

INCLUDES	     = @glib_cflags@ @pcapnav_cflags@ -I$(top_srcdir) -I$(top_srcdir)/libltdl -I$(top_srcdir)/src -W -Wall

pkgdir		     = $(pkgdatadir)/$(version_major).$(version_minor)/protocols
pkgincludedir        = $(includedir)/libnetdude/$(version_major).$(version_minor)/protocols/fddi

pkg_LTLIBRARIES	     = libnd_fddi.la 
pkginclude_HEADERS   = libnd_fddi.h

libnd_fddi_la_SOURCES  = libnd_fddi.c libnd_fddi.h
libnd_fddi_la_LDFLAGS  = -module -avoid-version


syntax highlighted by Code2HTML, v. 0.9.1