diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 22:51:30 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 22:51:30 +0100 |
| commit | 629b90d59bcc84be7cc6443f66fcacf1cde51272 (patch) | |
| tree | f26d2649869bd4baf160d714f7d420062c2f50c3 /configure.ac | |
| parent | b817dbffa2edec560bd4340b9368ae26ba854012 (diff) | |
idk
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 813ee2f..77d4c37 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AM_SILENT_RULES([yes]) AC_PROG_CC AC_PROG_CXX +AC_PROG_RANLIB AC_PATH_PROG([WAYLAND_SCANNER], [wayland-scanner]) AS_IF([test -z "$WAYLAND_SCANNER"], [ @@ -16,7 +17,10 @@ AS_IF([test -z "$WAYLAND_SCANNER"], [ AC_SUBST([WAYLAND_SCANNER]) AC_SUBST([ROOT_DIR], ['${top_srcdir}']) +AC_SUBST([BUILD_DIR], ['${top_builddir}']) + AC_SUBST([SRC_DIR], ['${ROOT_DIR}/src']) +AC_SUBST([SRC_BUILD_DIR], ['${BUILD_DIR}/src']) AC_CONFIG_FILES([ Makefile |
