summaryrefslogtreecommitdiff
path: root/shm/Makefile.am
blob: 24175005c8177f3bc4093e247336a8563340806d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/Makefile.gtester

noinst_LIBRARIES = libdconf-shm.a libdconf-shm-shared.a

libdconf_shm_a_CFLAGS = $(glib_CFLAGS)
libdconf_shm_a_SOURCES = \
	dconf-shm.h		\
	dconf-shm.c		\
	dconf-shm-nfs-check.c

libdconf_shm_shared_a_CFLAGS = $(libdconf_shm_a_CFLAGS) -fPIC -DPIC
libdconf_shm_shared_a_SOURCES = $(libdconf_shm_a_SOURCES)