diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f84dc6fe..6ab3dc2d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,8 @@ lib_LTLIBRARIES = \ parser/libobparser.la bin_PROGRAMS = \ - kernel/openbox + kernel/openbox \ + tools/kdetrayproxy/kdetrayproxy plugin_LTLIBRARIES = \ plugins/resistance/resistance.la \ @@ -354,6 +355,16 @@ tools_obconf_obconf_SOURCES = \ 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 = \ |
