diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-22 13:18:53 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-22 13:18:53 +0100 |
commit | ee6687c3d473d45ecb77bd221f4b4dcb7172117a (patch) | |
tree | eda1056b6449a24994c54de9050519d3a2ec9f15 /client | |
parent | a9933b375fdf3a07a07d260b68200f0c2fda9331 (diff) | |
download | connman-ee6687c3d473d45ecb77bd221f4b4dcb7172117a.tar.gz connman-ee6687c3d473d45ecb77bd221f4b4dcb7172117a.tar.bz2 connman-ee6687c3d473d45ecb77bd221f4b4dcb7172117a.zip |
Make the client application optional
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index e198c8f8..4dc16084 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -1,9 +1,11 @@ +if CLIENT noinst_PROGRAMS = cm cm_SOURCES = main.c cm_LDADD = @DBUS_LIBS@ +endif AM_CFLAGS = @DBUS_CFLAGS@ |