~ubuntu-branches/ubuntu/trusty/activity-log-manager/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-31 16:00:38 UTC
  • Revision ID: package-import@ubuntu.com-20140131160038-o5tlz1pil9hf1zg2
Tags: 0.9.7-0ubuntu7
* debian/rules:
  - Don't install Unity control center static library
* debian/patches/04_unity_control_center.patch:
  - Fix whoopsie panel not showing
* debian/patches/05_files_and_apps_description.patch:
  - Set descriptive text in Files and Applications tab to match design in
    https://wiki.ubuntu.com/SecurityAndPrivacySettings#files (LP: #1263123)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
SHARED_CFLAGS = \
14
14
        -Wall \
15
15
        -g \
16
 
        -DGNOMECC_UI_DIR=\""$(gnomeccuidir)"\" \
 
16
        -DUI_DIR=\""$(uidir)"\" \
17
17
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
18
18
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
19
19
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
79
79
if HAVE_DIAG
80
80
AM_VALAFLAGS += \
81
81
  -D DIAGNOSTIC
82
 
gnomeccuidir = $(datadir)/gnome-control-center/ui/
 
82
uidir = $(pkgdatadir)
83
83
endif
84
84
 
85
85
bin_PROGRAMS = activity-log-manager