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

« back to all changes in this revision

Viewing changes to .pc/0005-Allow-building-without-NetworkManager-and-iwlib.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
 
uidir = $(datadir)/$(PACKAGE)
6
 
ui_DATA = slab-button.ui slab-window.ui
7
 
 
8
 
libexec_PROGRAMS = main-menu
9
 
 
10
 
bin_PROGRAMS = trigger-panel-run-dialog
11
 
 
12
 
AM_CPPFLAGS =                                                           \
13
 
        -DDATADIR=\""$(datadir)"\"                                      \
14
 
        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
15
 
 
16
 
main_menu_SOURCES =                                                     \
17
 
        main-menu.c                                                     \
18
 
        main-menu-ui.c                  main-menu-ui.h                  \
19
 
        main-menu-migration.c           main-menu-migration.h           \
20
 
        tile-table.c                    tile-table.h                    \
21
 
        hard-drive-status-tile.c        hard-drive-status-tile.h        \
22
 
        network-status-tile.c           network-status-tile.h           \
23
 
        network-status-agent.c          network-status-agent.h          \
24
 
        network-status-info.c           network-status-info.h           \
25
 
        tomboykeybinder.c               tomboykeybinder.h               \
26
 
        eggaccelerators.c               eggaccelerators.h
27
 
 
28
 
main_menu_LDADD =                                                       \
29
 
        $(MAIN_MENU_LIBS)
30
 
 
31
 
trigger_panel_run_dialog_SOURCES =                                      \
32
 
        trigger-panel-run-dialog.c
33
 
 
34
 
trigger_panel_run_dialog_LDADD =                                        \
35
 
        $(MAIN_MENU_LIBS)
36
 
 
37
 
EXTRA_DIST = $(ui_DATA)