diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-09-25 14:12:59 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-09-25 14:12:59 -0700 |
commit | 60478c086c7af62c6473e6d08231c6f82201f969 (patch) | |
tree | 33cd5cc6bd23632704a290eac24c74dfdc36fbe3 | |
parent | 0e9f9d8bc824e8a0b16f57c89722134bd8df4ed2 (diff) | |
download | ofono-60478c086c7af62c6473e6d08231c6f82201f969.tar.bz2 |
Fix build issue with example history plugin
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4517ea6c..55cedd8d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -209,7 +209,7 @@ test_files = test/test-manager test/test-modem test/test-voicecall \ conf_files = src/ofono.conf plugins/modem.conf -EXTRA_DIST = src/genbuiltin $(doc_files) \ +EXTRA_DIST = src/genbuiltin plugins/example_history.c $(doc_files) \ $(test_files) $(conf_files) $(udev_files) dist_man_MANS = doc/ofonod.8 |