summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-08 21:57:51 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-08 21:57:51 +0100
commitee789c58f87dc413529f51342b75fef525604aac (patch)
tree5ac4d2d9cb8309cf20d95b7ab3b7a7e04dc682cc /plugins
parentb0799835aa141dd9f32d1d477e113507f8b47522 (diff)
downloadconnman-ee789c58f87dc413529f51342b75fef525604aac.tar.gz
connman-ee789c58f87dc413529f51342b75fef525604aac.tar.bz2
connman-ee789c58f87dc413529f51342b75fef525604aac.zip
Add option to disable installation for data files
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index befc2d93..0bda0288 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -96,10 +96,12 @@ polkit_la_SOURCES = polkit.c
polkit_la_LIBADD = @POLKIT_LIBS@ @GLIB_LIBS@
polkit_la_CFLAGS = @GLIB_CFLAGS@ @POLKIT_CFLAGS@
+if DATAFILES
policydir = @POLKIT_DATADIR@
policy_DATA = connman.policy
endif
+endif
if FAKE
plugin_LTLIBRARIES += fake.la