diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2005-06-28 01:07:59 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2005-06-28 01:07:59 +0000 |
| commit | d2c98faf78cc691ae96e8ddcbb866a604a0ac9a5 (patch) | |
| tree | 8be4597a306e2901657cb4a9f056ff525648f832 /Makefile.am | |
| parent | 0417d1226c7a523cd4420195d86dd744f514b2fe (diff) | |
now floam can compile with his crazy flags
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3f100279..710999c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ render_libobrender_la_LDFLAGS = \ render_libobrender_la_LIBADD = \ $(X_LIBS) \ $(XFT_LIBS) \ + $(PANGO_LIBS) \ $(GLIB_LIBS) \ $(XML_LIBS) render_libobrender_la_SOURCES = \ @@ -116,14 +117,12 @@ openbox_openbox_CPPFLAGS = \ -DG_LOG_DOMAIN=\"Openbox\" openbox_openbox_LDADD = \ $(SM_LIBS) \ - $(XFT_LIBS) \ $(XINERAMA_LIBS) \ $(XKB_LIBS) \ $(XRANDR_LIBS) \ $(VIDMODE_LIBS) \ $(XSHAPE_LIBS) \ $(GLIB_LIBS) \ - $(PANGO_LIBS) \ $(X_LIBS) \ $(LIBSN_LIBS) \ $(XML_LIBS) \ |
