diff options
author | malosek <malosek@fastmq.com> | 2009-09-16 16:22:23 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-16 16:22:23 +0200 |
commit | 6bfb9e6aaf0adad441d693a679c30ef30aeb5c14 (patch) | |
tree | 686409162189f30fe29427ea0713a4bea4d05e7d /bindings | |
parent | 3de435a07d460e7eb2423a75e71a409b0f1143e2 (diff) |
java directory moved into bindings directory II
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/java/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/java/Makefile.am b/bindings/java/Makefile.am index 97e6cb9..966f77d 100644 --- a/bindings/java/Makefile.am +++ b/bindings/java/Makefile.am @@ -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 |