Skip to content

Commit

Permalink
Added libzmq dependency inside libf77zmq.so
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Apr 28, 2022
1 parent 934e063 commit 9e33dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ACLOCAL_AMFLAGS = -I build-config/m4
lib_LTLIBRARIES = libf77zmq.la
include_HEADERS = f77_zmq.h f77_zmq_free.h
libf77zmq_la_SOURCES = f77_zmq.c $(include_HEADERS)
libf77zmq_la_LIBADD = $(ZMQ_LIBS)

CLEANFILES = $(include_HEADERS)

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AC_PREREQ([2.69])

AC_INIT([f77-zmq], [4.3.2], [https://github.com/zeromq/f77_zmq/issues])
AC_INIT([f77-zmq], [4.3.3], [https://github.com/zeromq/f77_zmq/issues])
AC_CONFIG_AUX_DIR([build-config])
AC_CONFIG_MACRO_DIRS([build-config/m4])
AM_INIT_AUTOMAKE([silent-rules foreign subdir-objects])
Expand Down

0 comments on commit 9e33dd7

Please sign in to comment.