~ubuntu-branches/ubuntu/trusty/unity-control-center/trusty

« back to all changes in this revision

Viewing changes to panels/region/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-08 16:29:18 UTC
  • Revision ID: package-import@ubuntu.com-20140108162918-g29dd08tr913y2qh
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

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-formats.c \
 
21
        gnome-region-panel-formats.h \
 
22
        gnome-region-panel-lang.c \
 
23
        gnome-region-panel-lang.h \
 
24
        gnome-region-panel-system.c \
 
25
        gnome-region-panel-system.h \
 
26
        gnome-region-panel-input.c \
 
27
        gnome-region-panel-input.h \
 
28
        cc-region-keyboard-item.c \
 
29
        cc-region-keyboard-item.h \
 
30
        keyboard-shortcuts.c \
 
31
        keyboard-shortcuts.h \
 
32
        gtkentryaccel.c \
 
33
        gtkentryaccel.h \
 
34
        wm-common.c \
 
35
        wm-common.h \
 
36
        $(NULL)
 
37
 
 
38
libregion_la_LIBADD = $(PANEL_LIBS) $(REGION_PANEL_LIBS) $(builddir)/../common/liblanguage.la
 
39
 
 
40
libregion_la_LDFLAGS = $(PANEL_LDFLAGS)
 
41
 
 
42
@INTLTOOL_DESKTOP_RULE@
 
43
 
 
44
uidir   = $(pkgdatadir)/ui
 
45
ui_DATA = \
 
46
        gnome-region-panel.ui \
 
47
        unity-region-panel.ui \
 
48
        gnome-region-panel-input-chooser.ui \
 
49
        $(NULL)
 
50
 
 
51
desktopdir = $(datadir)/applications
 
52
Desktop_in_files =      \
 
53
        unity-region-panel.desktop.in
 
54
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
 
55
 
 
56
CLEANFILES = $(Desktop_in_files) $(desktop_DATA)
 
57
EXTRA_DIST = $(ui_DATA)
 
58
 
 
59
 
 
60
-include $(top_srcdir)/git.mk