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

« back to all changes in this revision

Viewing changes to panels/screen/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
cappletname = screen
 
2
 
 
3
INCLUDES =                                              \
 
4
        $(PANEL_CFLAGS)                                 \
 
5
        $(SCREEN_PANEL_CFLAGS)                  \
 
6
        -DGNOMECC_UI_DIR="\"$(uidir)\""                 \
 
7
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \
 
8
        -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\""          \
 
9
        $(NULL)
 
10
 
 
11
ccpanelsdir = $(PANELS_DIR)
 
12
ccpanels_LTLIBRARIES = libscreen.la
 
13
 
 
14
libscreen_la_SOURCES =          \
 
15
        screen-module.c         \
 
16
        cc-screen-panel.c       \
 
17
        cc-screen-panel.h
 
18
 
 
19
libscreen_la_LIBADD = $(PANEL_LIBS) $(SCREEN_PANEL_LIBS)
 
20
libscreen_la_LDFLAGS = $(PANEL_LDFLAGS)
 
21
 
 
22
uidir = $(pkgdatadir)/ui
 
23
dist_ui_DATA = screen.ui
 
24
 
 
25
@INTLTOOL_DESKTOP_RULE@
 
26
 
 
27
desktopdir = $(datadir)/applications
 
28
desktop_in_files = unity-screen-panel.desktop.in
 
29
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
30
 
 
31
CLEANFILES = $(desktop_in_files) $(desktop_DATA)
 
32
 
 
33
-include $(top_srcdir)/git.mk