Whamcloud - gitweb
b=17167 libcfs: ensure all libcfs exported symbols to have cfs_ prefix
[fs/lustre-release.git] / lnet / ulnds / ptllnd / Makefile.am
1
2 if BUILD_UPTLLND
3 if LIBLUSTRE 
4 noinst_LIBRARIES = libptllnd.a
5 noinst_HEADERS =  ptllnd.h
6 libptllnd_a_SOURCES = ptllnd.h ptllnd.c ptllnd_cb.c
7 libptllnd_a_CPPFLAGS= $(LLCPPFLAGS)
8 # I need $(PTLNDCPPLFLAGS) to be AFTER $(CPPFLAGS)
9 # Adding them into $(AM_CFLAGS) seems wrong, but lets me get on..
10 libptllnd_a_CFLAGS= $(PTLLNDCPPFLAGS) $(LLCFLAGS)
11 endif
12 endif