X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=9b3140c3fb19e6656f45758658c526cd90208642;hb=20b8fcfa33feeade5946bc7f3046705da5d164fe;hp=9ab7561f3daa6107cfbe5749bea21ccf94fd0312;hpb=07d5674d3984d008de1ecc768a296afbed731e4e;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 9ab7561f..9b3140c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -129,7 +129,9 @@ obt_libobt_la_SOURCES = \ obt/paths.c \ obt/prop.h \ obt/prop.c \ - obt/util.h + obt/util.h \ + obt/xevent.h \ + obt/xevent.c ## openbox ## @@ -299,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 @@ -392,7 +398,9 @@ pubinclude_HEADERS = \ 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