1*e95f39f8SAndre Fischer#/**************************************************************
2*e95f39f8SAndre Fischer# *
3*e95f39f8SAndre Fischer# * Licensed to the Apache Software Foundation (ASF) under one
4*e95f39f8SAndre Fischer# * or more contributor license agreements.  See the NOTICE file
5*e95f39f8SAndre Fischer# * distributed with this work for additional information
6*e95f39f8SAndre Fischer# * regarding copyright ownership.  The ASF licenses this file
7*e95f39f8SAndre Fischer# * to you under the Apache License, Version 2.0 (the
8*e95f39f8SAndre Fischer# * "License"); you may not use this file except in compliance
9*e95f39f8SAndre Fischer# * with the License.  You may obtain a copy of the License at
10*e95f39f8SAndre Fischer# *
11*e95f39f8SAndre Fischer# *   http://www.apache.org/licenses/LICENSE-2.0
12*e95f39f8SAndre Fischer# *
13*e95f39f8SAndre Fischer# * Unless required by applicable law or agreed to in writing,
14*e95f39f8SAndre Fischer# * software distributed under the License is distributed on an
15*e95f39f8SAndre Fischer# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*e95f39f8SAndre Fischer# * KIND, either express or implied.  See the License for the
17*e95f39f8SAndre Fischer# * specific language governing permissions and limitations
18*e95f39f8SAndre Fischer# * under the License.
19*e95f39f8SAndre Fischer# *
20*e95f39f8SAndre Fischer# *************************************************************/
21*e95f39f8SAndre Fischer
22*e95f39f8SAndre Fischer$(eval $(call gb_Module_Module,serf))
23*e95f39f8SAndre Fischer
24*e95f39f8SAndre Fischer$(eval $(call gb_Module_add_targets,serf,\
25*e95f39f8SAndre Fischer	Library_serf \
26*e95f39f8SAndre Fischer	Package_inc \
27*e95f39f8SAndre Fischer))
28