summaryrefslogtreecommitdiffstats
path: root/unit
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-24 23:49:40 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-24 23:49:40 -0700
commit70aab2a82671d29a5a2dd0195469999bc70e2412 (patch)
tree4b0b177d024e825ec0482edb506fc61a67561b03 /unit
parent7d3d52009dd110f3b2f94adad98348f6171f4c3d (diff)
downloadofono-70aab2a82671d29a5a2dd0195469999bc70e2412.tar.bz2
Convert to fully non-recursive build system
Diffstat (limited to 'unit')
-rw-r--r--unit/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/unit/Makefile.am b/unit/Makefile.am
deleted file mode 100644
index 8a27267f..00000000
--- a/unit/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-noinst_PROGRAMS = test-common test-util test-sms test-simutil
-
-test_common_SOURCES = test-common.c $(top_srcdir)/src/common.c
-
-test_util_SOURCES = test-util.c $(top_srcdir)/src/util.c
-
-test_sms_SOURCES = test-sms.c $(top_srcdir)/src/util.c \
- $(top_srcdir)/src/smsutil.c
-
-test_simutil_SOURCES = test-simutil.c $(top_srcdir)/src/util.c \
- $(top_srcdir)/src/simutil.c \
- $(top_srcdir)/src/smsutil.c
-
-LDADD = @GLIB_LIBS@ @GTHREAD_LIBS@
-
-AM_CFLAGS = @GTHREAD_CFLAGS@ @GLIB_CFLAGS@
-
-INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/src
-
-MAINTAINERCLEANFILES = Makefile.in