~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to panels/region/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is used in PANEL_CFLAGS
 
2
cappletname = region
 
3
 
 
4
INCLUDES =                                              \
 
5
        $(PANEL_CFLAGS)                                 \
 
6
        $(REGION_PANEL_CFLAGS)                  \
 
7
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \
 
8
        -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\""          \
 
9
        -DGNOMECC_UI_DIR="\"$(uidir)\""                 \
 
10
        -I$(srcdir)/../common/                          \
 
11
        $(NULL)
 
12
 
 
13
ccpanelsdir = $(PANELS_DIR)
 
14
ccpanels_LTLIBRARIES = libregion.la
 
15
 
 
16
libregion_la_SOURCES =  \
 
17
        region-module.c \
 
18
        cc-region-panel.c \
 
19
        cc-region-panel.h \
 
20
        gnome-region-panel-lang.c \
 
21
        gnome-region-panel-lang.h \
 
22
        gnome-region-panel-xkb.c \
 
23
        gnome-region-panel-xkblt.c \
 
24
        gnome-region-panel-xkbltadd.c \
 
25
        gnome-region-panel-xkbot.c \
 
26
        gnome-region-panel-xkbpv.c \
 
27
        gnome-region-panel-xkb.h
 
28
 
 
29
libregion_la_LIBADD = $(PANEL_LIBS) $(REGION_PANEL_LIBS) $(builddir)/../common/liblanguage.la
 
30
 
 
31
libregion_la_LDFLAGS = $(PANEL_LDFLAGS)
 
32
 
 
33
@INTLTOOL_DESKTOP_RULE@
 
34
 
 
35
uidir   = $(pkgdatadir)/ui
 
36
ui_DATA = \
 
37
        gnome-region-panel.ui \
 
38
        gnome-region-panel-layout-chooser.ui \
 
39
        gnome-region-panel-options-dialog.ui
 
40
 
 
41
desktopdir = $(datadir)/applications
 
42
Desktop_in_files = gnome-region-panel.desktop.in
 
43
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
 
44
 
 
45
CLEANFILES = $(Desktop_in_files) $(desktop_DATA)
 
46
EXTRA_DIST = $(ui_DATA)
 
47
 
 
48
 
 
49
-include $(top_srcdir)/git.mk