]> 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 714690830a1560ac136e2cd2bc0fa093b3bd6c42..bfa3b5799e19076171b29fa6d4d2fdad2297a310 100644 (file)
@@ -80,6 +80,7 @@ obrender_libobrender_la_CPPFLAGS = \
 obrender_libobrender_la_LDFLAGS = \
        -version-info $(RR_CURRENT):$(RR_REVISION):$(RR_AGE)
 obrender_libobrender_la_LIBADD = \
+       obt/libobt.la \
        $(X_LIBS) \
        $(PANGO_LIBS) \
        $(GLIB_LIBS) \
@@ -113,6 +114,7 @@ obrender_libobrender_la_SOURCES = \
 ## obt ##
 
 obt_libobt_la_CPPFLAGS = \
+       $(X_CFLAGS) \
        $(XINERAMA_CFLAGS) \
        $(XKB_CFLAGS) \
        $(XRANDR_CFLAGS) \
@@ -127,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) \
@@ -515,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.026753 seconds and 4 git commands to generate.