summaryrefslogtreecommitdiffstats
path: root/xlators/features/upcall/src/Makefile.am
blob: 2ac09551476f8e7c74634546e665d08744b7277e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
xlator_LTLIBRARIES = upcall.la
xlatordir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features

upcall_la_LDFLAGS = -module -avoid-version

upcall_la_SOURCES = upcall.c upcall-internal.c

upcall_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la \
        $(top_builddir)/rpc/rpc-lib/src/libgfrpc.la \
        $(top_builddir)/rpc/xdr/src/libgfxdr.la

noinst_HEADERS = upcall.h upcall-mem-types.h upcall-messages.h \
	upcall-cache-invalidation.h

AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
        -I$(top_srcdir)/rpc/rpc-lib/src \
        -I$(top_srcdir)/rpc/xdr/src

AM_CFLAGS = -Wall -fno-strict-aliasing $(GF_CFLAGS)

CLEANFILES =