~elementary-os/ubuntu-package-imports/gnome-control-center-precise

« back to all changes in this revision

Viewing changes to .pc/revert_ua_gsettings.patch/panels/universal-access/Makefile.am

  • Committer: Ivo Nunes
  • Date: 2012-10-21 22:03:01 UTC
  • Revision ID: ivo@elementaryos.org-20121021220301-tlw2logozh7k8p0h
updated to version 1:3.4.2-0ubuntu0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
cappletname = universal-access
2
 
 
3
 
INCLUDES =                                              \
4
 
        $(PANEL_CFLAGS)                                 \
5
 
        $(UNIVERSAL_ACCESS_PANEL_CFLAGS)                \
6
 
        -DGNOMECC_UI_DIR="\"$(uidir)\""                 \
7
 
        -DGNOMELOCALEDIR="\"$(datadir)/locale\""        \
8
 
        -DGNOMECC_DATA_DIR="\"$(pkgdatadir)\""          \
9
 
        -I$(top_srcdir)/panels/common/                  \
10
 
        $(NULL)
11
 
 
12
 
ccpanelsdir = $(PANELS_DIR)
13
 
ccpanels_LTLIBRARIES = libuniversal-access.la
14
 
 
15
 
libuniversal_access_la_SOURCES =                \
16
 
        universal-access-module.c               \
17
 
        cc-ua-panel.c                           \
18
 
        cc-ua-panel.h                           \
19
 
        cc-marshal.c                            \
20
 
        cc-marshal.h                            \
21
 
        zoom-options.c                          \
22
 
        zoom-options.h
23
 
 
24
 
libuniversal_access_la_LIBADD = $(PANEL_LIBS) $(UNIVERSAL_ACCESS_PANEL_LIBS)
25
 
libuniversal_access_la_LDFLAGS = $(PANEL_LDFLAGS)
26
 
 
27
 
uidir = $(pkgdatadir)/ui
28
 
dist_ui_DATA = uap.ui zoom-options.ui
29
 
 
30
 
 
31
 
@INTLTOOL_DESKTOP_RULE@
32
 
 
33
 
desktopdir = $(datadir)/applications
34
 
desktop_in_files = gnome-universal-access-panel.desktop.in
35
 
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
36
 
 
37
 
CLEANFILES = $(desktop_in_files) $(desktop_DATA)
38
 
 
39
 
-include $(top_srcdir)/git.mk