X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=Makefile.am;h=4384054ab251e22b82b9c12ffa3b5244ff07748c;hb=50d662681160c309ea86268c0d05794b87b75593;hp=3cd5bf96b3de5ba4b3f298b9fd1a840e14b3ff6f;hpb=c828154886a40fa48b0545fd5d22e277f6d210e9;p=chaz%2Fopenbox diff --git a/Makefile.am b/Makefile.am index 3cd5bf96..4384054a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,6 +13,7 @@ rrpubincludedir = $(includedir)/openbox/@RR_VERSION@/render pixmapdir = $(datadir)/pixmaps xsddir = $(datadir)/openbox secretbindir = $(libdir)/openbox +appsdir = $(datadir)/applications theme = Clearlooks @@ -32,7 +33,8 @@ lib_LTLIBRARIES = \ bin_PROGRAMS = \ openbox/openbox \ tools/gdm-control/gdm-control \ - tools/gnome-panel-control/gnome-panel-control + tools/gnome-panel-control/gnome-panel-control \ + tools/obprop/obprop dist_secretbin_SCRIPTS = \ tools/xdg-autostart/xdg-autostart @@ -187,7 +189,6 @@ openbox_openbox_SOURCES = \ openbox/actions/if.c \ openbox/actions/kill.c \ openbox/actions/layer.c \ - openbox/actions/session.c \ openbox/actions/lower.c \ openbox/actions/maximize.c \ openbox/actions/move.c \ @@ -289,6 +290,17 @@ tools_gnome_panel_control_gnome_panel_control_LDADD = \ tools_gnome_panel_control_gnome_panel_control_SOURCES = \ tools/gnome-panel-control/gnome-panel-control.c +## obprop ## + +tools_obprop_obprop_CPPFLAGS = \ + $(GLIB_CFLAGS) \ + $(X_CFLAGS) +tools_obprop_obprop_LDADD = \ + $(GLIB_LIBS) \ + $(X_LIBS) +tools_obprop_obprop_SOURCES = \ + tools/obprop/obprop.c + ## gdm-control ## tools_gdm_control_gdm_control_CPPFLAGS = \ @@ -424,6 +436,9 @@ nodist_pkgconfig_DATA = \ ## data ## +dist_apps_DATA = \ + data/openbox.desktop + dist_pixmap_DATA = \ data/openbox.png