diff options
Diffstat (limited to 'shm/Makefile.am')
-rw-r--r-- | shm/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/shm/Makefile.am b/shm/Makefile.am deleted file mode 100644 index e7d8bc9..0000000 --- a/shm/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -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 |