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
6bfb9e6a
Commit
6bfb9e6a
authored
Sep 16, 2009
by
malosek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
java directory moved into bindings directory II
parent
3de435a0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
9 deletions
+5
-9
Makefile.am
Makefile.am
+2
-6
Makefile.am
bindings/java/Makefile.am
+1
-1
configure.in
configure.in
+2
-2
No files found.
Makefile.am
View file @
6bfb9e6a
...
...
@@ -6,16 +6,12 @@ if BUILD_RUBY
DIR_R
=
ruby
endif
if
BUILD_JAVA
DIR_J
=
java
endif
if
BUILD_PERF
DIR_PERF
=
perf
endif
SUBDIRS
=
src
$(DIR_P)
$(DIR_R)
$(DIR_
J)
$(DIR_PERF)
device
s
DIST_SUBDIRS
=
src python ruby
java perf device
s
SUBDIRS
=
src
$(DIR_P)
$(DIR_R)
$(DIR_
PERF)
devices binding
s
DIST_SUBDIRS
=
src python ruby
perf devices binding
s
EXTRA_DIST
=
$(top_srcdir)
/foreign/openpgm/@pgm_basename@.tar.bz2
...
...
bindings/java/Makefile.am
View file @
6bfb9e6a
...
...
@@ -22,7 +22,7 @@ libjzmq_la_SOURCES = \
org_zmq_Socket.h
libjzmq_la_CXXFLAGS
=
-I
$(top_srcdir)
/src/libzmq
\
@JAVA_INCLUDE@
-I
$(top_srcdir)
/c
-
I
$(top_srcdir)
/libjzmq
-
Wall
@JAVA_INCLUDE@
-I
$(top_srcdir)
/c
-Wall
libjzmq_la_LDFLAGS
=
-version-info
@JLTVER@
libjzmq_la_LIBADD
=
$(top_builddir)
/src/libzmq.la
...
...
configure.in
View file @
6bfb9e6a
...
...
@@ -489,9 +489,9 @@ AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_OUTPUT(Makefile src/Makefile python/Makefile python/setup.py ruby/Makefile \
java/Makefile perf/Makefile perf/c/Makefile perf/cpp/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)
devices/Makefile devices/zmq_forwarder/Makefile
bindings/Makefile
)
AC_MSG_RESULT([])
AC_MSG_RESULT([ ******************************************************** ])
...
...
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