diff options
author | Philip Langdale <philipl@overt.org> | 2012-08-11 10:12:23 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2013-01-11 20:30:06 -0800 |
commit | 18696cfef55329dcb1a7c7de0b268ddc6f75cb21 (patch) | |
tree | 7e2a9d87407003da5cb743f57d3d365413088835 /monitor | |
parent | b06d12767598d8465f4345b049823bd2aa73c606 (diff) | |
download | gvfs-18696cfef55329dcb1a7c7de0b268ddc6f75cb21.tar.gz |
MTP: Add conditional configuration against libmtp.
Diffstat (limited to 'monitor')
-rw-r--r-- | monitor/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/monitor/Makefile.am b/monitor/Makefile.am index 9bf4e8d9..7a4e87fc 100644 --- a/monitor/Makefile.am +++ b/monitor/Makefile.am @@ -1,5 +1,5 @@ DIST_SUBDIRS = proxy hal gdu gphoto2 afc udisks2 mtp -SUBDIRS = proxy mtp +SUBDIRS = proxy if USE_HAL SUBDIRS += hal @@ -20,3 +20,7 @@ endif if USE_AFC SUBDIRS += afc endif + +if USE_LIBMTP +SUBDIRS += mtp +endif |