diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 723acfc4..d0ad7f9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,7 +143,8 @@ test_files = test/test-manager test/test-modem test/test-voicecall \ test/test-call-forwarding test/test-call-barring \ test/test-ss-control-cb test/test-ss-control-cf \ test/test-ss-control-cs \ - test/monitor-ofono test/list-modems test/enable-modem + test/monitor-ofono test/list-modems test/enable-modem \ + test/list-operators EXTRA_DIST = src/genbuiltin src/ofono.conf $(doc_files) $(test_files) |