Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bindings/threadframe/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/threadframe/Makefile.am')
-rw-r--r--bindings/threadframe/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/bindings/threadframe/Makefile.am b/bindings/threadframe/Makefile.am
new file mode 100644
index 0000000..01ce6b1
--- /dev/null
+++ b/bindings/threadframe/Makefile.am
@@ -0,0 +1,6 @@
+INCLUDES = $(PYTHON_INCLUDES)
+
+threadframedir = $(pyexecdir)
+threadframe_la_LDFLAGS = -module -avoid-version
+threadframe_LTLIBRARIES = threadframe.la
+threadframe_la_SOURCES = threadframemodule.c