Mercurial > libpst
view python/Makefile.am @ 251:00aaa548289b
Added tag stable-0-6-47 for changeset c47bba52460f
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 07 Jul 2010 16:29:23 -0700 |
parents | 7c60d6d1c681 |
children | 5b3e7661adad |
line wrap: on
line source
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 = -lboost_python ../src/libpst.la # set the include path found by configure INCLUDES= -I$(srcdir)/.. -I$(srcdir)/../src $(all_includes) -I$(PYTHON_INCLUDE_DIR) endif