Skip to content

Commit

Permalink
Add lrt and pthread flags
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed May 26, 2015
1 parent dbc6c00 commit 7087620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ libhyperdex_client_la_LIBADD += $(MACAROONS_LIBS)
libhyperdex_client_la_LIBADD += $(REPLICANT_LIBS)
libhyperdex_client_la_LIBADD += $(BUSYBEE_LIBS)
libhyperdex_client_la_LIBADD += $(E_LIBS)
libhyperdex_client_la_LIBADD += -lrt -lpthread
libhyperdex_client_la_LDFLAGS = -version-info 1:0:0

client/keyop_info.cc: client/keyop_info.gperf client/keyop_info.h
Expand Down Expand Up @@ -555,6 +556,7 @@ libhyperdex_admin_la_LIBADD += $(MACAROONS_LIBS)
libhyperdex_admin_la_LIBADD += $(REPLICANT_LIBS)
libhyperdex_admin_la_LIBADD += $(BUSYBEE_LIBS)
libhyperdex_admin_la_LIBADD += $(E_LIBS)
libhyperdex_admin_la_LIBADD += -lrt -lpthread
libhyperdex_admin_la_LDFLAGS = -version-info 1:0:0

################################################################################
Expand Down

0 comments on commit 7087620

Please sign in to comment.