~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to panels/info/Makefile.am

Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cappletname = info
 
2
 
 
3
INCLUDES =                                              \
 
4
        $(PANEL_CFLAGS)                                 \
 
5
        $(INFO_PANEL_CFLAGS)                            \
 
6
        -DGNOMECC_UI_DIR="\"$(uidir)\""                 \
 
7
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \
 
8
        -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\""          \
 
9
        -DDATADIR="\"$(datadir)\""                      \
 
10
        -DLIBEXECDIR="\"$(libexecdir)\""                \
 
11
        $(NULL)
 
12
 
 
13
ccpanelsdir = $(PANELS_DIR)
 
14
ccpanels_LTLIBRARIES = libinfo.la
 
15
 
 
16
libinfo_la_SOURCES =            \
 
17
        info-module.c           \
 
18
        cc-info-panel.c \
 
19
        cc-info-panel.h
 
20
 
 
21
libinfo_la_LIBADD = $(PANEL_LIBS) $(INFO_PANEL_LIBS)
 
22
libinfo_la_LDFLAGS = $(PANEL_LDFLAGS)
 
23
 
 
24
uidir = $(pkgdatadir)/ui
 
25
dist_ui_DATA = info.ui GnomeLogoVerticalMedium.svg
 
26
 
 
27
@INTLTOOL_DESKTOP_RULE@
 
28
 
 
29
desktopdir = $(datadir)/applications
 
30
desktop_in_files = gnome-info-panel.desktop.in
 
31
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
32
 
 
33
CLEANFILES = $(desktop_in_files) $(desktop_DATA)
 
34
 
 
35
-include $(top_srcdir)/git.mk