Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
c63387ca
Commit
c63387ca
authored
Sep 16, 2009
by
malosek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python directory moved into bindings dir
parent
1b2a4266
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
7 deletions
+15
-7
Makefile.am
Makefile.am
+2
-6
Makefile.am
bindings/Makefile.am
+11
-0
Makefile.am
bindings/python/Makefile.am
+0
-0
pyzmq.cpp
bindings/python/pyzmq.cpp
+0
-0
setup.py.in
bindings/python/setup.py.in
+0
-0
configure.in
configure.in
+2
-1
No files found.
Makefile.am
View file @
c63387ca
if
BUILD_PYTHON
DIR_P
=
python
endif
if
BUILD_RUBY
DIR_R
=
ruby
endif
...
...
@@ -10,8 +6,8 @@ if BUILD_PERF
DIR_PERF
=
perf
endif
SUBDIRS
=
src
$(DIR_
P)
$(DIR_
R)
$(DIR_PERF)
devices bindings
DIST_SUBDIRS
=
src
python
ruby perf devices bindings
SUBDIRS
=
src
$(DIR_R)
$(DIR_PERF)
devices bindings
DIST_SUBDIRS
=
src ruby perf devices bindings
EXTRA_DIST
=
$(top_srcdir)
/foreign/openpgm/@pgm_basename@.tar.bz2
...
...
bindings/Makefile.am
0 → 100644
View file @
c63387ca
if
BUILD_JAVA
DIR_J
=
java
endif
if
BUILD_PYTHON
DIR_P
=
python
endif
SUBDIRS
=
$(DIR_J)
$(DIR_P)
DIST_SUBDIRS
=
java python
python/Makefile.am
→
bindings/
python/Makefile.am
View file @
c63387ca
File moved
python/pyzmq.cpp
→
bindings/
python/pyzmq.cpp
View file @
c63387ca
File moved
python/setup.py.in
→
bindings/
python/setup.py.in
View file @
c63387ca
File moved
configure.in
View file @
c63387ca
...
...
@@ -488,7 +488,8 @@ AC_FUNC_MALLOC
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
AC_OUTPUT(Makefile src/Makefile bindings/python/Makefile \
bindings/python/setup.py ruby/Makefile \
bindings/java/Makefile perf/Makefile perf/c/Makefile perf/cpp/Makefile \
perf/python/Makefile perf/ruby/Makefile perf/java/Makefile src/libzmq.pc \
devices/Makefile devices/zmq_forwarder/Makefile bindings/Makefile)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment