summaryrefslogtreecommitdiffstats
path: root/client/Makefile.am
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2010-10-18 10:03:46 +0200
committerArnon Gilboa <agilboa@redhat.com>2010-10-18 10:03:46 +0200
commit20c550d278ed5833bb25c3bfb9d35d775fdb5291 (patch)
tree53d58c8741487cad7a1532dfbb6ebcd685157ed5 /client/Makefile.am
parente789c8b9aa645d0adedb569be27daab8cdbf376f (diff)
downloadspice-20c550d278ed5833bb25c3bfb9d35d775fdb5291.tar.gz
spice-20c550d278ed5833bb25c3bfb9d35d775fdb5291.tar.xz
spice-20c550d278ed5833bb25c3bfb9d35d775fdb5291.zip
spicec: add foreign menu
Spice foreign menu enables external control of the client menu. The foreignmenu protocol enables an external application to: add a submenu, set its title, clear it, add/modify/remove an item etc. Foreign menu is based on the cross-platform named pipe.
Diffstat (limited to 'client/Makefile.am')
-rw-r--r--client/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 185518a9..09f11d5f 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -61,6 +61,8 @@ RED_COMMON_SRCS = \
debug.h \
display_channel.cpp \
display_channel.h \
+ foreign_menu.cpp \
+ foreign_menu.h \
glz_decoded_image.h \
glz_decoder_config.h \
glz_decoder.cpp \