Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
746 B
Referenced Files
None
Subscribers
None
diff --git a/python/Makefile.am b/python/Makefile.am
index 97083e5..e45e934 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,18 +1,18 @@
if PYTHON_INTERFACE
if PLATFORM_WIN32
NO_UNDEFINED = -no-undefined
else
NO_UNDEFINED =
endif
pythonlibdir = $(libdir)/@PYTHON_VERSION@/site-packages
pythonlib_LTLIBRARIES = _libpst.la
_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version
_libpst_la_SOURCES = python-libpst.cpp
-_libpst_la_LIBADD = -l@BOOST_PYTHON_LIB@ ../src/libpst.la
+_libpst_la_LIBADD = @BOOST_PYTHON_LIB@ ../src/libpst.la
# set the include path found by configure
INCLUDES= -I$(srcdir)/.. -I$(srcdir)/../src $(all_includes) -I$(PYTHON_INCLUDE_DIR)
endif

File Metadata

Mime Type
text/x-diff
Expires
Fri, Apr 24, 10:34 AM (2 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18893783
Default Alt Text
(746 B)

Event Timeline