summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-24 16:55:43 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-09-24 16:55:43 -0700
commitb794eea2d5447bc1963facc54a4632d20c9cf51d (patch)
tree19c0595320308372345fd1d749ba563d6d115d58
parentbbe49a1b6e1f2dea0949bacb7127f9c18d4b1005 (diff)
downloadofono-b794eea2d5447bc1963facc54a4632d20c9cf51d.tar.bz2
Add oFono whitepaper to distribution
-rw-r--r--Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6d0f3be9..02f88352 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -191,7 +191,7 @@ AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GTHREAD_CFLAGS@ \
INCLUDES = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/src \
-I$(srcdir)/gdbus -I$(srcdir)/gisi -I$(srcdir)/gatchat
-doc_files = doc/overview.txt \
+doc_files = doc/overview.txt doc/ofono-paper.txt \
doc/manager-api.txt doc/modem-api.txt doc/network-api.txt \
doc/voicecallmanager-api.txt doc/voicecall-api.txt \
doc/call-forwarding-api.txt doc/call-settings-api.txt \
@@ -242,6 +242,13 @@ unit_test_mux_LDADD = @GLIB_LIBS@
unit_objects += $(unit_test_mux_OBJECTS)
+noinst_PROGRAMS += gatchat/gsmdial
+
+gatchat_gsmdial_SOURCES = gatchat/gsmdial.c $(gatchat_sources)
+
+gatchat_gsmdial_LDADD = @GLIB_LIBS@
+
+
DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles
MAINTAINERCLEANFILES = Makefile.in \