2006-08-21 15:59:40 +02:00
|
|
|
INCLUDES = $(PYTHON_INCLUDES)
|
2006-08-17 05:12:22 +02:00
|
|
|
|
2006-08-21 15:59:40 +02:00
|
|
|
threadframedir = $(pyexecdir)
|
|
|
|
threadframe_la_LDFLAGS = -module -avoid-version
|
|
|
|
threadframe_LTLIBRARIES = threadframe.la
|
|
|
|
threadframe_la_SOURCES = threadframemodule.c
|