Whamcloud - gitweb
Use "$(PORTALS)" and "$(top_srcdir)" instead of ".." so that we can build
[fs/lustre-release.git] / lustre / tests / Makefile.am
1 DEFS:=
2 CPPFLAGS := -g -I. -I$(PORTALS)/include -I$(top_srcdir)/include -Wall -D_LARGEFILE64_SOURCE
3 # LDADD := -lreadline -ltermcap # -lefence
4 bin_PROGRAMS = openunlink testreq truncate
5
6 testreq_SOURCES = testreq.c
7 truncate_SOURCES = truncate.c
8 openunlink_SOURCES = openunlink.c
9
10 include $(top_srcdir)/Rules
11