]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
rip out the VIDMODE extension stuff. this was only used to size fullscreen windows...
[chaz/openbox] / Makefile.am
index 3f100279fb65d9c51d217ac624714cdd18c9ce07..dcfaccd9b7ea0bf0c406f49643e3099acd29e7a1 100644 (file)
@@ -58,10 +58,12 @@ render_libobrender_la_CPPFLAGS = \
 render_libobrender_la_LDFLAGS = \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 render_libobrender_la_LIBADD = \
+       parser/libobparser.la \
        $(X_LIBS) \
        $(XFT_LIBS) \
+       $(PANGO_LIBS) \
        $(GLIB_LIBS) \
-       $(XML_LIBS) 
+       $(XML_LIBS)
 render_libobrender_la_SOURCES = \
        gettext.h \
        render/color.h \
@@ -116,14 +118,11 @@ 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) \
This page took 0.020161 seconds and 4 git commands to generate.