Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
292:e0e5844d91b3 | 293:5b3e7661adad |
---|---|
8 | 8 |
9 pythonlibdir = $(libdir)/@PYTHON_VERSION@/site-packages | 9 pythonlibdir = $(libdir)/@PYTHON_VERSION@/site-packages |
10 pythonlib_LTLIBRARIES = _libpst.la | 10 pythonlib_LTLIBRARIES = _libpst.la |
11 _libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version | 11 _libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version |
12 _libpst_la_SOURCES = python-libpst.cpp | 12 _libpst_la_SOURCES = python-libpst.cpp |
13 _libpst_la_LIBADD = -lboost_python ../src/libpst.la | 13 _libpst_la_LIBADD = -l@BOOST_PYTHON_LIB@ ../src/libpst.la |
14 | 14 |
15 # set the include path found by configure | 15 # set the include path found by configure |
16 INCLUDES= -I$(srcdir)/.. -I$(srcdir)/../src $(all_includes) -I$(PYTHON_INCLUDE_DIR) | 16 INCLUDES= -I$(srcdir)/.. -I$(srcdir)/../src $(all_includes) -I$(PYTHON_INCLUDE_DIR) |
17 | 17 |
18 endif | 18 endif |