aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/configure.ac
blob: 651b5746c0a77e212bb7f84c823fd6db604f5bea (plain)
1
2
3
4
5
6
7
8
AC_INIT(gmod, 1.0)
LT_INIT
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])

AC_PROG_CC

AC_OUTPUT([Makefile])
t;); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. add_vpp_plugin(urpf SOURCES urpf.c urpf_api.c ip4_urpf.c ip6_urpf.c MULTIARCH_SOURCES ip4_urpf.c ip6_urpf.c API_FILES urpf.api )