summaryrefslogtreecommitdiffstats
path: root/agents/virt/common/Makefile.am
blob: d5e43142588236bbf8c4fcef45a030094e869087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###############################################################################
###############################################################################
##
##  Copyright (C) 2009-2019 Red Hat, Inc.
##  
##  This copyrighted material is made available to anyone wishing to use,
##  modify, copy, or redistribute it subject to the terms and conditions
##  of the GNU General Public License v.2.
##
###############################################################################
###############################################################################

MAINTAINERCLEANFILES	 = Makefile.in

noinst_LTLIBRARIES	 = libfence_virt.la

libfence_virt_la_SOURCES = mcast.c ip_lookup.c simple_auth.c tcp.c \
			   debug.c fdops.c log.c

libfence_virt_la_CFLAGS	 = $(VIRT_AM_CFLAGS) $(nss_CFLAGS) $(AM_CFLAGS) -Wno-cast-align

libfence_virt_la_LDFLAGS = $(VIRT_AM_LDFLAGS) $(VIRT_COMMON_LDFLAGS)

libfence_virt_la_LIBADD	 = $(nss_LIBS)