Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/threadframe
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-21 13:59:40 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-21 13:59:40 (GMT)
commit7d6adc55a3f174f469c607689572e62a1bcd0aaf (patch)
treee70cf2fb947f631913953903df5fb7e37fdb99e8 /threadframe
parentc3b7a84cbc7b557909a00990c976b4abdeefea35 (diff)
Fixup distcheck, release 0.19
Diffstat (limited to 'threadframe')
-rw-r--r--threadframe/Makefile.am17
1 files changed, 5 insertions, 12 deletions
diff --git a/threadframe/Makefile.am b/threadframe/Makefile.am
index e2cbd43..01ce6b1 100644
--- a/threadframe/Makefile.am
+++ b/threadframe/Makefile.am
@@ -1,13 +1,6 @@
-all:
- python setup.py build
+INCLUDES = $(PYTHON_INCLUDES)
-install:
- python setup.py install --prefix=${prefix}
-
-uninstall:
- rm -f ${prefix}/lib/python2.4/site-packages/threadframe.so
-
-clean:
- python setup.py clean
- -rm -rf build
- -rm -f core *~ *.so *.o *.pyd *.a python*.def
+threadframedir = $(pyexecdir)
+threadframe_la_LDFLAGS = -module -avoid-version
+threadframe_LTLIBRARIES = threadframe.la
+threadframe_la_SOURCES = threadframemodule.c