]> 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 8d554250bedb6bea5092fb9144f38c7fec2f255c..dcfaccd9b7ea0bf0c406f49643e3099acd29e7a1 100644 (file)
@@ -58,12 +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) \
-       $(PANGO_LIBS) \
-       $(XML_LIBS) 
+       $(XML_LIBS)
 render_libobrender_la_SOURCES = \
        gettext.h \
        render/color.h \
@@ -121,7 +121,6 @@ openbox_openbox_LDADD = \
        $(XINERAMA_LIBS) \
        $(XKB_LIBS) \
        $(XRANDR_LIBS) \
-       $(VIDMODE_LIBS) \
        $(XSHAPE_LIBS) \
        $(GLIB_LIBS) \
        $(X_LIBS) \
@@ -131,8 +130,6 @@ openbox_openbox_LDADD = \
        $(LIBINTL) \
        render/libobrender.la \
        parser/libobparser.la
-#      $(XFT_LIBS) \
-#      $(PANGO_LIBS) \
 openbox_openbox_LDFLAGS = -export-dynamic
 openbox_openbox_SOURCES = \
        gettext.h \
This page took 0.020381 seconds and 4 git commands to generate.