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

« back to all changes in this revision

Viewing changes to panels/bluetooth/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 = bluetooth
 
3
 
 
4
ccpanelsdir = $(PANELS_DIR)
 
5
ccpanels_LTLIBRARIES = libbluetooth.la
 
6
 
 
7
INCLUDES =                                              \
 
8
        $(PANEL_CFLAGS)                                 \
 
9
        $(BLUETOOTH_CFLAGS)                             \
 
10
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \
 
11
        -DPKGDATADIR="\"$(pkgdatadir)\""                \
 
12
        $(NULL)
 
13
 
 
14
libbluetooth_la_SOURCES =                       \
 
15
        cc-bluetooth-panel.c                    \
 
16
        cc-bluetooth-panel.h
 
17
 
 
18
libbluetooth_la_LIBADD = $(PANEL_LIBS) $(BLUETOOTH_LIBS)
 
19
libbluetooth_la_LDFLAGS = $(PANEL_LDFLAGS)
 
20
 
 
21
desktopdir = $(datadir)/applications
 
22
desktop_in_in_files = untiy-bluetooth-panel.desktop.in.in
 
23
desktop_in_files = unity-bluetooth-panel.desktop.in
 
24
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
25
@INTLTOOL_DESKTOP_RULE@
 
26
 
 
27
ui_DATA = bluetooth.ui
 
28
uidir = $(pkgdatadir)
 
29
 
 
30
CLEANFILES = $(desktop_DATA)
 
31
EXTRA_DIST = $(man_MANS) $(desktop_in_in_files) $(ui_DATA)
 
32
 
 
33
-include $(top_srcdir)/git.mk