diff options
| author | Vratislav Podzimek <vpodzime@redhat.com> | 2012-02-06 12:50:26 +0100 |
|---|---|---|
| committer | Vratislav Podzimek <vpodzime@redhat.com> | 2012-03-28 17:24:14 +0200 |
| commit | aac81c69d4ee0a992c91046eabf6db2590095a0b (patch) | |
| tree | 68a650899876905d559130265df4d0b1c47c66be /widgets/data/tzmapdata/Makefile.am | |
| parent | f61633e74c4892c0f3895da3b6b9a8b2bc94bf96 (diff) | |
| download | anaconda-aac81c69d4ee0a992c91046eabf6db2590095a0b.tar.gz anaconda-aac81c69d4ee0a992c91046eabf6db2590095a0b.tar.xz anaconda-aac81c69d4ee0a992c91046eabf6db2590095a0b.zip | |
Add data used by TimezoneMap widget
Diffstat (limited to 'widgets/data/tzmapdata/Makefile.am')
| -rw-r--r-- | widgets/data/tzmapdata/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/widgets/data/tzmapdata/Makefile.am b/widgets/data/tzmapdata/Makefile.am new file mode 100644 index 000000000..89f11feb9 --- /dev/null +++ b/widgets/data/tzmapdata/Makefile.am @@ -0,0 +1,23 @@ +# +# Copyright (C) 2012 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +# Author: Vratislav Podzimek <vpodzime@redhat.com> + +timezonemap_datadir = $(datadir)/anaconda/tzmapdata +dist_timezonemap_data_DATA = *.png timezones_backward + +MAINTAINERCLEANFILES = Makefile.in + |
