X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=0d688f1ab8c3ff5b1f857d4fe98c03d62c36ec47;hb=32047fd66c796fe837168ce2ac6677aa0d2b20b4;hp=bda4fce8a4d33dc0c36d584d61f7375164ce5086;hpb=5a24f4c1c6e46df5da4a52684bd75445f6450aed;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index bda4fce8..0d688f1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ desktopfilesdir = $(datadir)/gnome/wm-properties pkgconfigdir = $(libdir)/pkgconfig pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox pixmapdir = $(datadir)/pixmaps +xsddir = $(datadir)/openbox userscriptdir = $(datadir)/openbox theme = TheBear @@ -26,7 +27,8 @@ lib_LTLIBRARIES = \ bin_PROGRAMS = \ openbox/openbox \ - tools/kdetrayproxy/kdetrayproxy + tools/kdetrayproxy/kdetrayproxy \ + tools/gnome-panel-control/gnome-panel-control ## render ## @@ -201,6 +203,16 @@ tools_kdetrayproxy_kdetrayproxy_SOURCES = \ tools/kdetrayproxy/kdetrayproxy.c +## gnome-panel-control ## + +tools_gnome_panel_control_gnome_panel_control_CPPFLAGS = \ + $(X_CFLAGS) +tools_gnome_panel_control_gnome_panel_control_LDADD = \ + $(X_LIBS) +tools_gnome_panel_control_gnome_panel_control_SOURCES = \ + tools/gnome-panel-control/gnome-panel-control.c + + ## themes ## allegro_themedir = $(themedir)/Allegro/openbox-3 @@ -258,20 +270,30 @@ nodist_pkgconfig_DATA = \ dist_pixmap_DATA = \ data/openbox.png -dist_rc_DATA = \ +nodist_rc_DATA = \ data/rc.xml \ data/menu.xml +dist_xsd_DATA = \ + data/rc.xsd \ + data/menu.xsd + +%.xml: %.xml.in + @echo make: creating $@ + @$(SED) -e 's!@version@!$(VERSION)!' -e 's!@xsddir@!$(xsddir)!' $^ > $@ + dist_userscript_DATA = \ tools/themeupdate/themeupdate.py install-data-hook: - chmod +x $(userscriptdir)/themeupdate.py + chmod +x $(DESTDIR)$(userscriptdir)/themeupdate.py dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ + data/rc.xml.in \ + data/menu.xml.in \ render/obrender-3.0.pc.in \ parser/obparser-3.0.pc.in