Mercurial > libpst
diff python/Makefile.am @ 293:5b3e7661adad
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 10 Jul 2011 16:01:22 -0700 |
parents | 7c60d6d1c681 |
children |
line wrap: on
line diff
--- a/python/Makefile.am Sun Jun 19 09:08:29 2011 -0700 +++ b/python/Makefile.am Sun Jul 10 16:01:22 2011 -0700 @@ -10,7 +10,7 @@ pythonlib_LTLIBRARIES = _libpst.la _libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version _libpst_la_SOURCES = python-libpst.cpp -_libpst_la_LIBADD = -lboost_python ../src/libpst.la +_libpst_la_LIBADD = -l@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)