Skip to content

Commit

Permalink
Merge pull request zeromq#124 from hintjens/master
Browse files Browse the repository at this point in the history
Fixed install of public API
  • Loading branch information
keent committed Nov 27, 2013
2 parents a0ca95b + 1a82272 commit 4971291
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions include/zyre.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,9 @@ CZMQ_EXPORT void
}
#endif

// Additional public API classes

#include "zyre_event.h"

#endif

8 changes: 4 additions & 4 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ pkgconfig_DATA = libzyre.pc

libzyre_la_includedir = $(includedir)
libzyre_la_include_HEADERS = \
zyre_log.h \
zyre_peer.h \
zyre_group.h \
zyre_node.h \
../include/zre_msg.h \
../include/zre_log_msg.h \
../include/zyre_event.h \
../include/zyre.h

libzyre_la_SOURCES = \
zyre_log.h \
zyre_peer.h \
zyre_group.h \
zyre_node.h \
zyre_log.c \
zyre_group.c \
zyre_peer.c \
Expand Down

0 comments on commit 4971291

Please sign in to comment.