~ubuntu-branches/ubuntu/trusty/gtk+2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk/tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-06-07 17:15:49 UTC
  • Revision ID: package-import@ubuntu.com-20130607171549-mxb2rt9jscf01sfb
Tags: 2.24.18-0ubuntu2
* debian/patches/043_ubuntu_menu_proxy.patch,
  debian/patches/072_indicator_menu_update.patch,
  debian/libgtk2.0-0.symbols:
  - drop old menu patches, we deprecate appmenu-gtk in favor of the new
    unity-gtk-module code
* debian/patches/gtk-shell-shows-menubar.patch:
  -list gtk-shell-shows-menubar setting, that's required to have 
   the local menubars hidding under unity in favor of the unity ones, 
   thanks William Hua for the work on those changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
recentmanager_SOURCES            = recentmanager.c
46
46
recentmanager_LDADD              = $(progs_ldadd)
47
47
 
48
 
TEST_PROGS                      += menuproxy
49
 
menuproxy_SOURCES                = menuproxy.c
50
 
menuproxy_LDADD                  = $(progs_ldadd)
51
 
 
52
48
TEST_PROGS                      += floating
53
49
floating_SOURCES                 = floating.c
54
50
floating_LDADD                   = $(progs_ldadd)