diff options
Diffstat (limited to 'xlators/performance/write-behind/src/Makefile.am')
-rw-r--r-- | xlators/performance/write-behind/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/performance/write-behind/src/Makefile.am b/xlators/performance/write-behind/src/Makefile.am index f800abad5..a5ebc90bd 100644 --- a/xlators/performance/write-behind/src/Makefile.am +++ b/xlators/performance/write-behind/src/Makefile.am @@ -6,6 +6,8 @@ write_behind_la_LDFLAGS = -module -avoidversion write_behind_la_SOURCES = write-behind.c write_behind_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la +noinst_HEADERS = write-behind-mem-types.h + AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\ -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS) |