From 31af3db15251c42d4533773d3a87c6c42d258b75 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 2 Sep 2009 14:27:26 -0500 Subject: [PATCH] Update makefile.am with new doc files --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d0ad7f9c..3d4c106c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,7 +135,9 @@ INCLUDES = -I$(builddir)/include -I$(builddir)/src -I$(srcdir)/src \ doc_files = doc/overview.txt \ doc/manager-api.txt doc/modem-api.txt doc/network-api.txt \ - doc/voicecallmanager-api.txt doc/voicecall-api.txt + doc/voicecallmanager-api.txt doc/voicecall-api.txt \ + doc/call-forwarding-api.txt doc/call-settings-api.txt \ + doc/call-meter-api.txt test_files = test/test-manager test/test-modem test/test-voicecall \ test/test-network-registration test/test-phonebook \