]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
(no commit message)
[chaz/openbox] / Makefile.am
index f1b1b9f84bde898728d05893ec12982fa9ad4963..2eac7313fa70147bfe33037ad7867c07e396684a 100644 (file)
@@ -9,7 +9,6 @@ pkgconfigdir    = $(libdir)/pkgconfig
 pubincludedir   = $(includedir)/openbox/@OB_VERSION@/openbox
 pixmapdir       = $(datadir)/pixmaps
 xsddir          = $(datadir)/openbox
-userscriptdir   = $(datadir)/openbox
 
 theme = bear2
 
@@ -105,7 +104,14 @@ parser_libobparser_la_SOURCES = \
 ## openbox ##
 
 openbox_openbox_CPPFLAGS = \
+       $(SM_CFLAGS) \
+       $(XINERAMA_CFLAGS) \
+       $(XKB_CFLAGS) \
+       $(XRANDR_CFLAGS) \
+       $(XSHAPE_CFLAGS) \
+       $(XSYNC_CFLAGS) \
        $(X_CFLAGS) \
+       $(XCURSOR_CFLAGS) \
        $(SM_CFLAGS) \
        $(PANGO_CFLAGS) \
        $(GLIB_CFLAGS) \
@@ -121,8 +127,10 @@ openbox_openbox_LDADD = \
        $(XKB_LIBS) \
        $(XRANDR_LIBS) \
        $(XSHAPE_LIBS) \
+       $(XSYNC_LIBS) \
        $(GLIB_LIBS) \
        $(X_LIBS) \
+       $(XCURSOR_LIBS) \
        $(LIBSN_LIBS) \
        $(XML_LIBS) \
        $(EFENCE_LIBS) \
@@ -137,6 +145,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 \
@@ -216,7 +225,6 @@ tools_themetoxml_themetoxml_LDADD = \
        $(XML_LIBS)
 tools_themetoxml_themetoxml_SOURCES = \
        tools/themetoxml/themetoxml.c \
-       tools/themetoxml/themetoxml.h \
        tools/themetoxml/rgb.h
 
 
@@ -355,12 +363,6 @@ data/menu.xml: Makefile $(srcdir)/data/menu.xml.in data
        @mkdir data 2>/dev/null || true
        @$(edit) $(srcdir)/data/menu.xml.in >$@
 
-dist_userscript_DATA = \
-       tools/themeupdate/themeupdate.py
-
-install-data-hook:
-       chmod +x $(DESTDIR)$(userscriptdir)/themeupdate.py
-
 dist_desktopfiles_DATA = \
        data/openbox.desktop
 
@@ -369,7 +371,24 @@ dist_noinst_DATA = \
        data/rc.xml.in \
        data/menu.xml.in \
        render/obrender-3.0.pc.in \
-       parser/obparser-3.0.pc.in
+       parser/obparser-3.0.pc.in \
+       tools/themeupdate/themeupdate.py \
+       tests/hideshow.py \
+       tests/Makefile \
+       tests/aspect.c \
+       tests/fullscreen.c \
+       tests/grav.c \
+       tests/grouptran.c \
+       tests/icons.c \
+       tests/modal2.c \
+       tests/modal3.c \
+       tests/modal.c \
+       tests/noresize.c \
+       tests/override.c \
+       tests/positioned.c \
+       tests/strut.c \
+       tests/title.c \
+       tests/urgent.c
 
 EXTRA_DIST = \
        config.rpath \
This page took 0.023771 seconds and 4 git commands to generate.