summaryrefslogtreecommitdiff
path: root/src/arch/sharing/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-12 13:07:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-12 13:08:42 (GMT)
commita331ff258895865049bf79bc1629dbc744b7faf5 (patch)
treec4f649ba21afcacf974cc6536f03aa97663a9acd /src/arch/sharing/Makefile.am
parent9b018cede5af54594c0a20847239233153b04ce1 (diff)
Removed the too complex memory share system.
Diffstat (limited to 'src/arch/sharing/Makefile.am')
-rw-r--r--src/arch/sharing/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/arch/sharing/Makefile.am b/src/arch/sharing/Makefile.am
deleted file mode 100644
index 48c6636..0000000
--- a/src/arch/sharing/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-
-noinst_LTLIBRARIES = libarchsharing.la
-
-libarchsharing_la_SOURCES = \
- container-int.h \
- container.h container.c \
- instance-int.h \
- instance.h instance.c \
- manager.h manager.c
-
-libarchdalvik_la_CFLAGS = $(AM_CFLAGS)
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)