diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2011-05-22 17:42:34 +0200 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2011-08-01 11:51:50 -0400 |
| commit | cc4e44e8376f5b76cb23f8cd642f32e0e41b9150 (patch) | |
| tree | 871e5a268d13e90e3f985b690f27da59763582ed /Makefile.am | |
| parent | 65315ca4377a8b034fffbcbd0965e2b332cdb1ba (diff) | |
Link libraries directly to compile on some systems (debian).
If program (A) is linked to library (B) which is linked to library (C),
then A must also link C directly in order to use things from it directly.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c3feae6c..f59d3e7e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -170,6 +170,8 @@ openbox_openbox_CPPFLAGS = \ -DCONFIGDIR=\"$(configdir)\" \ -DG_LOG_DOMAIN=\"Openbox\" openbox_openbox_LDADD = \ + $(XINERAMA_LIBS) \ + $(XRANDR_LIBS) \ $(SM_LIBS) \ $(GLIB_LIBS) \ $(X_LIBS) \ @@ -321,9 +323,11 @@ tools_obxprop_obxprop_SOURCES = \ ## gdm-control ## tools_gdm_control_gdm_control_CPPFLAGS = \ + $(XAUTH_CFLAGS) \ $(X_CFLAGS) \ $(GLIB_CFLAGS) tools_gdm_control_gdm_control_LDADD = \ + $(XAUTH_LIBS) \ $(X_LIBS) \ $(GLIB_LIBS) tools_gdm_control_gdm_control_SOURCES = \ |
