comparison python/Makefile.am @ 198:7c60d6d1c681

decode more recurrence mapi elements
author Carl Byington <carl@five-ten-sg.com>
date Tue, 12 May 2009 19:34:49 -0700
parents ffd1503a7530
children 5b3e7661adad
comparison
equal deleted inserted replaced
197:07ceebd115ce 198:7c60d6d1c681
1 if PYTHON_INTERFACE
2
1 if PLATFORM_WIN32 3 if PLATFORM_WIN32
2 NO_UNDEFINED = -no-undefined 4 NO_UNDEFINED = -no-undefined
3 else 5 else
4 NO_UNDEFINED = 6 NO_UNDEFINED =
5 endif 7 endif
10 _libpst_la_SOURCES = python-libpst.cpp 12 _libpst_la_SOURCES = python-libpst.cpp
11 _libpst_la_LIBADD = -lboost_python ../src/libpst.la 13 _libpst_la_LIBADD = -lboost_python ../src/libpst.la
12 14
13 # set the include path found by configure 15 # set the include path found by configure
14 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
18 endif