~ci-train-bot/unity-control-center/unity-control-center-ubuntu-disco-3448.1

« back to all changes in this revision

Viewing changes to panels/online-accounts/icons/48x48/Makefile.am

  • Committer: Bileto Bot
  • Author(s): Khurshid Alam
  • Date: 2018-02-16 13:07:36 UTC
  • mfrom: (12909.2.5 unity-control-center)
  • Revision ID: ci-train-bot@canonical.com-20180216130736-a6ukmihhrrn9nf5k
Import gnome online-accounts panel into unity-control-center
Reference: https://bugzilla.gnome.org/show_bug.cgi?id=774222
Reference: https://github.com/linuxmint/cinnamon-control-center/pull/181 (LP: #1747897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL =
 
2
 
 
3
icondir = $(datadir)/icons/hicolor/48x48/apps
 
4
icon_DATA =                             \
 
5
        unity-online-accounts.png                       \
 
6
        $(NULL)
 
7
 
 
8
EXTRA_DIST = \
 
9
        $(icon_DATA)
 
10
 
 
11
clean-local :
 
12
        rm -f *~
 
13
 
 
14
-include $(top_srcdir)/git.mk