X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=d99fa30be050b31268e857e4e46c951c0b1cb455;hb=d81339c9cf6592fc86dc05428ee6e70ac573afe5;hp=9ab7561f3daa6107cfbe5749bea21ccf94fd0312;hpb=07d5674d3984d008de1ecc768a296afbed731e4e;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 9ab7561f..d99fa30b 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 @@ -380,19 +386,16 @@ pubinclude_HEADERS = \ render/mask.h \ render/render.h \ render/theme.h \ + render/version.h \ obt/display.h \ - obt/display.c \ obt/keyboard.h \ - obt/keyboard.c \ obt/mainloop.h \ - 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/version.h \ + obt/xevent.h nodist_pubinclude_HEADERS = \ version.h