diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-25 20:32:04 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-25 20:32:04 +0200 |
commit | cd25ee900ff44d04df5f85e05a98072c0541133e (patch) | |
tree | b9889ddf767c424be1b76e2db0676fbe0c739346 | |
parent | 066c0a1bf4613028b28e411b1d04129f02273a9c (diff) | |
download | ofono-cd25ee900ff44d04df5f85e05a98072c0541133e.tar.bz2 |
build: Don't include phonesim plugin if disabled
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 25c18bd3..990413f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,8 +237,10 @@ builtin_sources += drivers/atmodem/atutil.h \ drivers/stemodem/caif_socket.h \ drivers/stemodem/if_caif.h +if PHONESIM builtin_modules += phonesim builtin_sources += plugins/phonesim.c +endif builtin_modules += atgen builtin_sources += plugins/atgen.c |