summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLassi Syrjala <lassi.syrjala@nokia.com>2010-07-01 17:12:33 +0300
committerLassi Syrjala <lassi.syrjala@nokia.com>2010-07-01 17:12:33 +0300
commit61ec88049014c87fa7e8ca9d27d9232575ab5adf (patch)
tree987c310539599fd1209d757b4d0f2bef28325501
parent570022778211b160634c37ec1d0e1e3d47edfc8f (diff)
parentdfff17931eed03ef568ad574fb4f8e7730ad4433 (diff)
Merge commit 'refs/merge-requests/1' of git://gitorious.org/meego-cellular/telepathy-ring into integration
-rw-r--r--Makefile.am3
-rw-r--r--modem/tests/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e5e5656..2ef88d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,4 +13,7 @@ SUBDIRS = tests ring-extensions sms-glib modem src docs tools scripts
TAGS:
find src sms-glib call ring-extensions -name '*.[hc]' | xargs etags
+EXTRA_DIST = \
+ autogen.sh
+
.PHONY: TAGS
diff --git a/modem/tests/Makefile.am b/modem/tests/Makefile.am
index eb1991d..f5bbf43 100644
--- a/modem/tests/Makefile.am
+++ b/modem/tests/Makefile.am
@@ -7,7 +7,7 @@ TESTS = test-modem
test_PROGRAMS = $(TESTS)
test_modem_SOURCES = \
- test-modem.c \
+ test-modem.c test-modem.h \
test-modem-call-service.c \
test-modem-call.c \
test-modem-tones.c \