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

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

libdconf_shm_a_CFLAGS = $(glib_CFLAGS) -DG_LOG_DOMAIN=\"dconf\"
libdconf_shm_a_SOURCES = \
	dconf-shm.h		\
	dconf-shm.c

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

EXTRA_DIST = meson.build