Whamcloud - gitweb
common.sh: move all of the portals setup from setup() to setup_portals().
[fs/lustre-release.git] / lustre / tests / Makefile.am
1 CFLAGS:=-g -I. -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../include -Wall -D_LARGEFILE64_SOURCE
2 KFLAGS:=
3 CPPFLAGS :=
4 # LDADD := -lreadline -ltermcap # -lefence
5 bin_PROGRAMS = openunlink testreq truncate
6
7 testreq_SOURCES = testreq.c
8 truncate_SOURCES = truncate.c
9 openunlink_SOURCES = openunlink.c
10
11 include $(top_srcdir)/Rules
12