dconf 0.26.0
[dconf.git] / shm / Makefile.am
blob936f88e385a1366c490cdf61738b0d6d53ba6ce0
1 include $(top_srcdir)/Makefile.gtester
3 noinst_LIBRARIES = libdconf-shm.a libdconf-shm-shared.a
5 libdconf_shm_a_CFLAGS = $(glib_CFLAGS) -DG_LOG_DOMAIN=\"dconf\"
6 libdconf_shm_a_SOURCES = \
7         dconf-shm.h             \
8         dconf-shm.c
10 libdconf_shm_shared_a_CFLAGS = $(libdconf_shm_a_CFLAGS) -fPIC -DPIC
11 libdconf_shm_shared_a_SOURCES = $(libdconf_shm_a_SOURCES)