diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-27 18:38:53 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-08-27 18:38:53 +0200 |
commit | d28296b69565793050e51717a89c84eeadd88dbc (patch) | |
tree | e3d5330da86f1e626a3b649a429f56a102b5dd6a /data/icons/16x16/status/Makefile.in | |
parent | 9d8a4eeaf93b5f5537558e925a1c4f9b16e772b7 (diff) | |
parent | abda3b07fce605d8de1c182e1dfc7569ed681f3e (diff) | |
download | ayatana-indicator-messages-d28296b69565793050e51717a89c84eeadd88dbc.tar.gz ayatana-indicator-messages-d28296b69565793050e51717a89c84eeadd88dbc.tar.bz2 ayatana-indicator-messages-d28296b69565793050e51717a89c84eeadd88dbc.zip |
Import upstream version 12.10.1
Diffstat (limited to 'data/icons/16x16/status/Makefile.in')
-rw-r--r-- | data/icons/16x16/status/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/data/icons/16x16/status/Makefile.in b/data/icons/16x16/status/Makefile.in index 9e3f067..8d8ebff 100644 --- a/data/icons/16x16/status/Makefile.in +++ b/data/icons/16x16/status/Makefile.in @@ -58,7 +58,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/gcov.m4 \ $(top_srcdir)/m4/gtest.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @@ -164,7 +164,6 @@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ GTKDOC_REBASE = @GTKDOC_REBASE@ HTML_DIR = @HTML_DIR@ INDICATORDIR = @INDICATORDIR@ -INDICATORICONSDIR = @INDICATORICONSDIR@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -291,7 +290,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -iconsdir = $(INDICATORICONSDIR)/hicolor/16x16/status +iconsdir = $(datadir)/icons/hicolor/16x16/status icons_DATA = \ application-running.png \ indicator-messages.png \ |