summaryrefslogtreecommitdiff
path: root/python/Makefile.am
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-16 17:00:32 +0200
committermalosek <malosek@fastmq.com>2009-09-16 17:00:32 +0200
commitc63387ca3657848c0eaa8014a863148c1e6525ff (patch)
treef4e6e1d58ca7c14f35cb98365b85dd88e1c3af91 /python/Makefile.am
parent1b2a426656134b85ff4c75cb0cccbc53f2b83447 (diff)
python directory moved into bindings dir
Diffstat (limited to 'python/Makefile.am')
-rw-r--r--python/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
deleted file mode 100644
index effe8b9..0000000
--- a/python/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/libzmq \
--I$(top_builddir)/libzmq $(PYTHON_INCLUDES)
-
-pyexec_LTLIBRARIES = libpyzmq.la
-libpyzmq_la_SOURCES = pyzmq.cpp
-libpyzmq_la_LIBADD = $(top_builddir)/src/libzmq.la
-libpyzmq_la_LDFLAGS = -avoid-version