~ubuntu-branches/ubuntu/trusty/gnome-main-menu/trusty

« back to all changes in this revision

Viewing changes to .pc/0002-Replace-libglade-with-gtkbuilder.patch/main-menu/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode, Julian Andres Klode, Josselin Mouette
  • Date: 2011-03-14 19:09:51 UTC
  • mfrom: (1.1.7 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110314190951-kfrk4hocrw1pk0ow
Tags: 0.9.16-1
[ Julian Andres Klode ]
* New upstream release:
  - All patches merged upstream (except for default-applications.diff)
  - Correctly links against libxml2 (Closes: #611550)
* default-applications.diff: remove the firefox change (upstream now)

[ Josselin Mouette ]
* Drop type-handling usage. Closes: #587880.
* Bump standards version accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =                                                              \
2
 
        $(MAIN_MENU_CFLAGS)                                             \
3
 
        $(WARN_CFLAGS)
4
 
 
5
 
gladedir = $(datadir)/$(PACKAGE)
6
 
glade_DATA = slab-window.glade
7
 
 
8
 
libexec_PROGRAMS = main-menu
9
 
 
10
 
bin_PROGRAMS = trigger-panel-run-dialog
11
 
 
12
 
AM_CPPFLAGS =                                                           \
13
 
        $(GLADE_CFLAGS)                                                 \
14
 
        -DDATADIR=\""$(datadir)"\"                                      \
15
 
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
16
 
 
17
 
main_menu_SOURCES =                                                     \
18
 
        main-menu.c                                                     \
19
 
        main-menu-ui.c                  main-menu-ui.h                  \
20
 
        main-menu-migration.c           main-menu-migration.h           \
21
 
        tile-table.c                    tile-table.h                    \
22
 
        hard-drive-status-tile.c        hard-drive-status-tile.h        \
23
 
        network-status-tile.c           network-status-tile.h           \
24
 
        network-status-agent.c          network-status-agent.h          \
25
 
        network-status-info.c           network-status-info.h           \
26
 
        tomboykeybinder.c               tomboykeybinder.h               \
27
 
        eggaccelerators.c               eggaccelerators.h
28
 
 
29
 
main_menu_LDADD =                                                       \
30
 
        $(MAIN_MENU_LIBS)                                               \
31
 
        $(GLADE_LIBS)
32
 
 
33
 
trigger_panel_run_dialog_SOURCES =                                      \
34
 
        trigger-panel-run-dialog.c
35
 
 
36
 
trigger_panel_run_dialog_LDADD =                                        \
37
 
        $(MAIN_MENU_LIBS)
38
 
 
39
 
EXTRA_DIST = $(glade_DATA)