diff options
author | Denis Kenzior <denkenz@gmail.com> | 2011-04-28 09:19:43 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-04-28 09:20:11 -0500 |
commit | 082c098b2a494299b5dc764d6dd4ea7a6ec33ec2 (patch) | |
tree | b04588108b72866975c23e953ccd4a88a2991f05 | |
parent | b5acc93aec226ea10ee6f72b0bb23d614fc3d606 (diff) | |
download | ofono-082c098b2a494299b5dc764d6dd4ea7a6ec33ec2.tar.bz2 |
build: Add send-vcal to Makefile.am
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2886b5d5..56c12b52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -496,6 +496,7 @@ test_scripts = test/backtrace \ test/test-push-notification \ test/test-smart-messaging \ test/send-vcard \ + test/send-vcal \ test/set-tty \ test/set-gsm-band \ test/set-umts-band \ |