Whamcloud - gitweb
Fixup CFLAGS for building userspace test apps
[fs/lustre-release.git] / lustre / tests / Makefile.am
1 DEFS:=
2 CPPFLAGS := -I. -I$(PORTALS)/include -I$(top_srcdir)/include -D_LARGEFILE64_SOURCE
3 CFLAGS := -g -Wall
4 # LDADD = -lldap
5 # LDADD := -lreadline -ltermcap # -lefence
6 bin_PROGRAMS = openunlink testreq truncate #ldaptest 
7
8 # ldaptest_SOURCES = ldaptest.c
9 testreq_SOURCES = testreq.c
10 truncate_SOURCES = truncate.c
11 openunlink_SOURCES = openunlink.c
12
13 include $(top_srcdir)/Rules
14