Blame modules/fcgid/modules.mk.apxs

Packit d68d13
# Licensed to the Apache Software Foundation (ASF) under one or more
Packit d68d13
# contributor license agreements.  See the NOTICE file distributed with
Packit d68d13
# this work for additional information regarding copyright ownership.
Packit d68d13
# The ASF licenses this file to You under the Apache License, Version 2.0
Packit d68d13
# (the "License"); you may not use this file except in compliance with
Packit d68d13
# the License.  You may obtain a copy of the License at
Packit d68d13
#
Packit d68d13
#     http://www.apache.org/licenses/LICENSE-2.0
Packit d68d13
#
Packit d68d13
# Unless required by applicable law or agreed to in writing, software
Packit d68d13
# distributed under the License is distributed on an "AS IS" BASIS,
Packit d68d13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Packit d68d13
# See the License for the specific language governing permissions and
Packit d68d13
# limitations under the License.
Packit d68d13
Packit d68d13
#
Packit d68d13
# this is used/needed by the APACHE2 build system
Packit d68d13
#
Packit d68d13
mod_fcgid.la: mod_fcgid.slo fcgid_bridge.slo fcgid_conf.slo fcgid_pm_main.slo fcgid_protocol.slo fcgid_spawn_ctl.slo  fcgid_proctbl_unix.slo fcgid_pm_unix.slo fcgid_proc_unix.slo fcgid_bucket.slo fcgid_filter.slo fcgid_mutex_unix.slo
Packit Service 761510
	$(SH_LINK) -rpath $(libexecdir) -module -avoid-version mod_fcgid.lo fcgid_bridge.lo fcgid_conf.lo fcgid_pm_main.lo fcgid_protocol.lo fcgid_spawn_ctl.lo  fcgid_proctbl_unix.lo fcgid_pm_unix.lo fcgid_proc_unix.lo fcgid_bucket.lo fcgid_filter.lo fcgid_mutex_unix.lo
Packit d68d13
DISTCLEAN_TARGETS = modules.mk
Packit d68d13
static =
Packit d68d13
shared =  mod_fcgid.la
Packit d68d13