1## Process this file with automake to produce Makefile.in
2# Makefile for various tools
3
4include $(top_srcdir)/include.mk
5
6# Build the epstatus tool
7bin_PROGRAMS = epstatus
8
9epstatus_SOURCES = epstatus.c
10epstatus_LDADD=../dcelib/libdcerpc.la ../libdcethread/libdcethread.la
11
12epstatus_LDFLAGS=$(AM_LDFLAGS) $(NAF_NP_LDFLAGS)
13