]> Dogcows Code - chaz/openbox/blobdiff - Makefile.am
add the kdetrayproxy tool
[chaz/openbox] / Makefile.am
index 5aa0fe1d6732832867b1a9e5d841b77b2355ff9f..6ab3dc2de21d7bc2ee469f09aaa35b460788ed08 100644 (file)
@@ -5,6 +5,7 @@ localedir       = $(datadir)/locale
 rcdir           = $(datadir)/openbox
 plugindir       = $(libdir)/openbox/plugins
 desktopfilesdir = $(datadir)/gnome/wm-properties
+pixmapdir       = $(datadir)/pixmaps
 
 theme = operation
 
@@ -21,7 +22,8 @@ lib_LTLIBRARIES = \
        parser/libobparser.la
 
 bin_PROGRAMS = \
-       kernel/openbox
+       kernel/openbox \
+       tools/kdetrayproxy/kdetrayproxy
 
 plugin_LTLIBRARIES = \
        plugins/resistance/resistance.la \
@@ -34,8 +36,11 @@ plugin_LTLIBRARIES = \
        plugins/menu/include_menu.la
 
 if OBCONF
-plugin_LTLIBRARIES += \
-       plugins/resistance/resistance-config.la
+bin_PROGRAMS += \
+       tools/obconf/obconf
+
+#plugin_LTLIBRARIES += \
+#      plugins/resistance/resistance-config.la
 endif
 
 ## render ##
@@ -169,6 +174,8 @@ kernel_openbox_SOURCES = \
        kernel/prop.h \
        kernel/screen.c \
        kernel/screen.h \
+       kernel/session.c \
+       kernel/session.h \
        kernel/stacking.c \
        kernel/stacking.h \
        kernel/startup.c \
@@ -326,6 +333,38 @@ plugins_menu_include_menu_la_SOURCES = \
        plugins/menu/include_menu.c
 
 
+## obconf ##
+
+tools_obconf_obconf_CPPFLAGS = \
+       $(GTK_CFLAGS) \
+       $(GDK_PIXBUF_CFLAGS) \
+       $(XML_CFLAGS) \
+       -DLOCALEDIR=\"$(localedir)\" \
+       -DPLUGINDIR=\"$(plugindir)\" \
+       -DRCDIR=\"$(rcdir)\" \
+       -DPIXMAPDIR=\"$(pixmapdir)\" \
+       -DG_LOG_DOMAIN=\"Obconf\"
+tools_obconf_obconf_LDADD = \
+       $(GTK_LIBS) \
+       $(GDK_PIXBUF_LIBS) \
+       $(LIBINTL) \
+       render/libobrender.la \
+       parser/libobparser.la
+tools_obconf_obconf_SOURCES = \
+       gettext.h \
+       tools/obconf/main.c
+
+
+## kdetrayproxy ##
+
+tools_kdetrayproxy_kdetrayproxy_CPPFLAGS = \
+       $(X_CFLAGS)
+tools_kdetrayproxy_kdetrayproxy_LDADD = \
+       $(X_LIBS)
+tools_kdetrayproxy_kdetrayproxy_SOURCES = \
+       tools/kdetrayproxy/kdetrayproxy.c
+
+
 ## themes ##
 
 dist_theme_DATA = \
This page took 0.021388 seconds and 4 git commands to generate.