aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/common/Makefile.am')
-rw-r--r--samsung-ipc/common/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/samsung-ipc/common/Makefile.am b/samsung-ipc/common/Makefile.am
deleted file mode 100644
index 631c31e..0000000
--- a/samsung-ipc/common/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-# To be able to test internal functions of libsamsung-ipc we need to give
-# access to them to a test program (libsamsung-ipc-test). To do that, we
-# simply re-included all the library source code inside that test program.
-#
-# To achieve that, This Makefile.am is included by both samsung-ipc/Makefile.am
-# which has rules to build the libsamsung-ipc library and
-# samsung-ipc/test/Makefile.am which has rules to build the test utility
-# (libsamsung-ipc-test).
-#
-# This way both Makefile.am have access to libsamsung_ipc_la_SOURCES but
-# only samsung-ipc/Makefile.am uses it to build the library.
-
-libsamsung_ipc_la_SOURCES = $(NULL)
-
-libsamsung_ipc_la_SOURCES += \
- $(top_srcdir)/samsung-ipc/ipc.c \
- $(top_srcdir)/samsung-ipc/ipc.h \
- $(top_srcdir)/samsung-ipc/ipc_utils.c \
- $(top_srcdir)/samsung-ipc/utils.c \
- $(top_srcdir)/samsung-ipc/call.c \
- $(top_srcdir)/samsung-ipc/sms.c \
- $(top_srcdir)/samsung-ipc/sec.c \
- $(top_srcdir)/samsung-ipc/net.c \
- $(top_srcdir)/samsung-ipc/misc.c \
- $(top_srcdir)/samsung-ipc/svc.c \
- $(top_srcdir)/samsung-ipc/gprs.c \
- $(top_srcdir)/samsung-ipc/rfs.c \
- $(top_srcdir)/samsung-ipc/gen.c \
- $(NULL)
-
-include $(top_srcdir)/samsung-ipc/devices/Makefile.am
-include $(top_srcdir)/samsung-ipc/modems/Makefile.am
-include $(top_srcdir)/samsung-ipc/partitions/Makefile.am