diff options
author | Philip Langdale <philipl@overt.org> | 2013-01-03 20:19:02 -0800 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2013-01-11 20:31:46 -0800 |
commit | 5d51919183e5633184be6bff22e6a83cea7f5933 (patch) | |
tree | 4cef9368394651c2f751e48602b850c72ad39ad8 /configure.ac | |
parent | b50c0f05ba8c6a3c0eebc732ebf1ae0d2c926625 (diff) | |
download | gvfs-5d51919183e5633184be6bff22e6a83cea7f5933.tar.gz |
MTP: Review Feedback: AC_SUBST LIBMT_LIBS and LIBMTP_CFLAGS.
Whoops
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index edd665f5..90744c4e 100644 --- a/configure.ac +++ b/configure.ac @@ -523,6 +523,8 @@ if test "x$enable_libmtp" != "xno" -a "x$msg_gudev" = "xyes"; then fi fi +AC_SUBST(LIBMTP_CFLAGS) +AC_SUBST(LIBMTP_LIBS) AM_CONDITIONAL(USE_LIBMTP, [test "$msg_libmtp" = "yes"]) dnl ========================================================================== |