1147182fbSdamjan#************************************************************** 2*c622e83aSmseidel# 3147182fbSdamjan# Licensed to the Apache Software Foundation (ASF) under one 4147182fbSdamjan# or more contributor license agreements. See the NOTICE file 5147182fbSdamjan# distributed with this work for additional information 6147182fbSdamjan# regarding copyright ownership. The ASF licenses this file 7147182fbSdamjan# to you under the Apache License, Version 2.0 (the 8147182fbSdamjan# "License"); you may not use this file except in compliance 9147182fbSdamjan# with the License. You may obtain a copy of the License at 10*c622e83aSmseidel# 11147182fbSdamjan# http://www.apache.org/licenses/LICENSE-2.0 12*c622e83aSmseidel# 13147182fbSdamjan# Unless required by applicable law or agreed to in writing, 14147182fbSdamjan# software distributed under the License is distributed on an 15147182fbSdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16147182fbSdamjan# KIND, either express or implied. See the License for the 17147182fbSdamjan# specific language governing permissions and limitations 18147182fbSdamjan# under the License. 19*c622e83aSmseidel# 20147182fbSdamjan#************************************************************** 21147182fbSdamjan 22147182fbSdamjan$(eval $(call gb_Module_Module,packimages)) 23147182fbSdamjan 24147182fbSdamjan$(eval $(call gb_Module_add_targets,packimages,\ 25147182fbSdamjan Package_packimages \ 26147182fbSdamjan)) 27147182fbSdamjan 28147182fbSdamjan# vim: set noet sw=4 ts=4: 29