summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parentb0799835aa141dd9f32d1d477e113507f8b47522 (diff)
downloadconnman-ee789c58f87dc413529f51342b75fef525604aac.tar.gz
connman-ee789c58f87dc413529f51342b75fef525604aac.tar.bz2
connman-ee789c58f87dc413529f51342b75fef525604aac.zip
Add option to disable installation for data files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f40b57e..37bb4e0e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = connman.pc
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc \
+ --disable-datafiles \
--enable-loopback \
--enable-ethernet \
--enable-wifi \