Skip to content

Commit

Permalink
gwm: Link libgwm against all the libraries it needs
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 8, 2014
1 parent 57dee57 commit 8aab097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/gwm/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ libgwm_la_SOURCES = \
$(C_ROUTINES) \
$(PRIVATE_INCLUDES)

libgwm_la_LIBADD = $(X_LIBS) $(X_PRE_LIBS) -lX11 -lXt `ems_link` `cnf_link`

include_MESSAGES = gwm_err.h GWM_ERR
include_HEADERS = $(PUBLIC_INCLUDES)

Expand Down

0 comments on commit 8aab097

Please sign in to comment.