]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
Merge branch 'backport' into work
[chaz/openbox] / Makefile.am
index ed68b185f1292de65e8df0a13397d94f4830e1ac..9b3140c3fb19e6656f45758658c526cd90208642 100644 (file)
@@ -8,7 +8,7 @@ rcdir           = $(configdir)/openbox
 xsessionsdir    = $(datadir)/xsessions
 gnomewmfilesdir = $(datadir)/gnome/wm-properties
 pkgconfigdir    = $(libdir)/pkgconfig
-pubincludedir   = $(includedir)/openbox/@OB_VERSION@/openbox
+pubincludedir   = $(includedir)/openbox/@OBT_VERSION@/openbox
 pixmapdir       = $(datadir)/pixmaps
 xsddir          = $(datadir)/openbox
 
@@ -125,9 +125,13 @@ obt_libobt_la_SOURCES = \
        obt/mainloop.c \
        obt/parse.h \
        obt/parse.c \
+       obt/paths.h \
+       obt/paths.c \
        obt/prop.h \
        obt/prop.c \
-       obt/util.h
+       obt/util.h \
+       obt/xevent.h \
+       obt/xevent.c
 
 ## openbox ##
 
@@ -297,6 +301,10 @@ clearlooks_themedir = $(themedir)/Clearlooks/openbox-3
 dist_clearlooks_theme_DATA= \
        themes/Clearlooks/openbox-3/themerc
 
+clearlooks34_themedir = $(themedir)/Clearlooks/openbox-3
+dist_clearlooks34_theme_DATA= \
+       themes/Clearlooks-3.4/openbox-3/themerc
+
 clearlooksolive_themedir = $(themedir)/Clearlooks-Olive/openbox-3
 dist_clearlooksolive_theme_DATA= \
        themes/Clearlooks-Olive/openbox-3/themerc
@@ -386,9 +394,13 @@ pubinclude_HEADERS = \
        obt/mainloop.c \
        obt/parse.h \
        obt/parse.c \
+       obt/paths.h \
+       obt/paths.c \
        obt/prop.h \
        obt/prop.c \
-       obt/util.h
+       obt/util.h \
+       obt/xevent.h \
+       obt/xevent.c
 
 nodist_pubinclude_HEADERS = \
        version.h
This page took 0.024377 seconds and 4 git commands to generate.