]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
give labeled separators borders
[chaz/openbox] / Makefile.am
index 34dbafc26fc6fbaa19c1367e11d9fd033dd7753a..5d4637284fa69044fcacfcd863bafc00af4e06bb 100644 (file)
@@ -105,6 +105,7 @@ parser_libobparser_la_SOURCES = \
 
 openbox_openbox_CPPFLAGS = \
        $(X_CFLAGS) \
+       $(XCURSOR_CFLAGS) \
        $(SM_CFLAGS) \
        $(PANGO_CFLAGS) \
        $(GLIB_CFLAGS) \
@@ -122,6 +123,7 @@ openbox_openbox_LDADD = \
        $(XSHAPE_LIBS) \
        $(GLIB_LIBS) \
        $(X_LIBS) \
+       $(XCURSOR_LIBS) \
        $(LIBSN_LIBS) \
        $(XML_LIBS) \
        $(EFENCE_LIBS) \
@@ -136,6 +138,7 @@ openbox_openbox_SOURCES = \
        openbox/client.c \
        openbox/client.h \
        openbox/client_list_menu.c \
+       openbox/client_list_menu.h \
        openbox/client_list_combined_menu.c \
        openbox/client_list_combined_menu.h \
        openbox/client_menu.c \
@@ -215,7 +218,6 @@ tools_themetoxml_themetoxml_LDADD = \
        $(XML_LIBS)
 tools_themetoxml_themetoxml_SOURCES = \
        tools/themetoxml/themetoxml.c \
-       tools/themetoxml/themetoxml.h \
        tools/themetoxml/rgb.h
 
 
This page took 0.020589 seconds and 4 git commands to generate.