diff options
author | Csaba Henk <csaba@gluster.com> | 2009-07-02 11:03:57 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-07-02 10:14:47 -0700 |
commit | c3f24c43a4cfb576a23de689c6107c4479e51307 (patch) | |
tree | 0c741bef9702fa1a2e9cbc586c6211e736b9ee77 /booster | |
parent | 94f62eb4d50c7917c7c1ca36386045b110b30eda (diff) |
booster: automake 1.11 compatibility fix
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'booster')
-rw-r--r-- | booster/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/booster/src/Makefile.am b/booster/src/Makefile.am index 6402c8d79..7ecbcd225 100644 --- a/booster/src/Makefile.am +++ b/booster/src/Makefile.am @@ -1,5 +1,5 @@ ldpreload_LTLIBRARIES = libglusterfs-booster.la -ldpreloaddir = $(libdir)/glusterfs/ +ldpreloaddir = $(libdir)/glusterfs noinst_HEADERS = booster_fstab.h booster-fd.h libglusterfs_booster_la_SOURCES = booster.c booster_stat.c booster_fstab.c booster-fd.c libglusterfs_booster_la_CFLAGS = -I$(top_srcdir)/libglusterfsclient/src/ -D_GNU_SOURCE -D$(GF_HOST_OS) -fPIC -Wall \ |