all repos — openbox @ cf3427b2e38c47b9ae39051703ef958b4d7f44e4

openbox fork - make it a bit more like ryudo

add these cflags even though they are empty right now all the time
Dana Jansens danakj@orodu.net
commit

cf3427b2e38c47b9ae39051703ef958b4d7f44e4

parent

7ae95e46606a1fa22e302fd2c1ea99cb23acbd81

1 files changed, 7 insertions(+), 0 deletions(-)

jump to
M Makefile.amMakefile.am

@@ -104,6 +104,12 @@

## openbox ## openbox_openbox_CPPFLAGS = \ + $(SM_CFLAGS) \ + $(XINERAMA_CFLAGS) \ + $(XKB_CFLAGS) \ + $(XRANDR_CFLAGS) \ + $(XSHAPE_CFLAGS) \ + $(XSYNC_CFLAGS) \ $(X_CFLAGS) \ $(XCURSOR_CFLAGS) \ $(SM_CFLAGS) \

@@ -121,6 +127,7 @@ $(XINERAMA_LIBS) \

$(XKB_LIBS) \ $(XRANDR_LIBS) \ $(XSHAPE_LIBS) \ + $(XSYNC_LIBS) \ $(GLIB_LIBS) \ $(X_LIBS) \ $(XCURSOR_LIBS) \