summaryrefslogtreecommitdiffstats
path: root/support/reexport/Makefile.am
blob: fbd66a20177087ba408c0479693dfd01b118e1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libreexport.a
libreexport_a_SOURCES = reexport.c

sbin_PROGRAMS	= fsidd

fsidd_SOURCES = fsidd.c backend_sqlite.c

fsidd_LDADD = ../../support/misc/libmisc.a \
	      ../../support/nfs/libnfs.la \
	       $(LIBPTHREAD) $(LIBEVENT) $(LIBSQLITE) \
	       $(OPTLIBS)

fsidd_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS) \
		  -I$(top_builddir)/support/include

MAINTAINERCLEANFILES = Makefile.in