diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2018-02-13 15:51:40 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2018-02-13 16:27:24 +1300 |
commit | f57919df4f00656c800ffad8a3ba41e3b27ba776 (patch) | |
tree | 578b8b798e93e1329aa1c577f10da12d6d00f5c2 /configure.ac | |
parent | 22a130c5781f95770fbd27325e2ec5092993d474 (diff) | |
download | lightdm-git-f57919df4f00656c800ffad8a3ba41e3b27ba776.tar.gz |
Correctly install AccountsService interface file as symlink
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 76af6328..7c221d7e 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,8 @@ LT_INIT AM_PROG_CC_C_O AC_PROG_CXX AC_PROG_LIBTOOL +AC_PROG_LN_S +AC_PROG_MKDIR_P AM_MAINTAINER_MODE dnl Check if the compiler really supports `-std=c99`. |