diff options
Diffstat (limited to 'xlators/features/glupy/src')
| -rw-r--r-- | xlators/features/glupy/src/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/glupy/src/Makefile.am b/xlators/features/glupy/src/Makefile.am index 1fadbe3e68d..b5d1c964432 100644 --- a/xlators/features/glupy/src/Makefile.am +++ b/xlators/features/glupy/src/Makefile.am @@ -21,7 +21,7 @@ glupy_la_LDFLAGS = $(PYTHONDEV_LDFLAGS) -module -avoid-version -nostartfiles \  glupy_la_SOURCES = glupy.c  glupy_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \ -	-lpthread -l$(BUILD_PYTHON_LIB) +	-lpthread -l$(BUILD_PYTHON_LIB) $(LIB_DL)  noinst_HEADERS = glupy.h  | 
