Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-16 10:10:59 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-16 10:10:59 (GMT)
commitc359817fe6a31b8e43266a09afdb69ac6f7d87d9 (patch)
treeed179532912d46a3f8449ed736807071ee7889b9 /lib/Makefile.am
parent3159bda019e6ee334bfd11af45bd8ada0a871f33 (diff)
Show the popup menu also on keybindings
2005-05-16 Marco Pesenti Gritti <mpg@redhat.com> * lib/Makefile.am: * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb), (button_press_cb), (ev_sidebar_links_construct): Show the popup menu also on keybindings
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 6bcfc2e..adf16f1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -14,4 +14,6 @@ libev_la_SOURCES= \
ev-debug.h \
ev-file-helpers.c \
ev-file-helpers.h \
+ ev-gui.c \
+ ev-gui.h \
$(NULL)