mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-01 19:05:18 +08:00
8 lines
268 B
Makefile
8 lines
268 B
Makefile
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
|