]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
Don't edge-warp with the cursor based on a monitor that does not contain the pointer...
[chaz/openbox] / Makefile.am
index 4f60bd045cde6bf52918b390c7f02c720f101422..bfa3b5799e19076171b29fa6d4d2fdad2297a310 100644 (file)
@@ -114,6 +114,7 @@ obrender_libobrender_la_SOURCES = \
 ## obt ##
 
 obt_libobt_la_CPPFLAGS = \
+       $(X_CFLAGS) \
        $(XINERAMA_CFLAGS) \
        $(XKB_CFLAGS) \
        $(XRANDR_CFLAGS) \
@@ -128,6 +129,7 @@ obt_libobt_la_CPPFLAGS = \
 obt_libobt_la_LDFLAGS = \
        -version-info $(OBT_CURRENT):$(OBT_REVISION):$(OBT_AGE)
 obt_libobt_la_LIBADD = \
+       $(X_LIBS) \
        $(XINERAMA_LIBS) \
        $(XKB_LIBS) \
        $(XRANDR_LIBS) \
@@ -516,7 +518,8 @@ nodist_xsessions_DATA = \
        data/xsession/openbox-kde.desktop
 
 dist_gnomesession_DATA = \
-       data/xsession/openbox-gnome.session
+       data/gnome-session/openbox-gnome.session \
+       data/gnome-session/openbox-gnome-fallback.session
 
 dist_noinst_DATA = \
        data/rc.xsd \
This page took 0.020162 seconds and 4 git commands to generate.