configure.ac: replace DRIVER_NAME symbol by actual name

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-18 13:26:04 +01:00
parent 58e2e7048f
commit 5639600bf3
2 changed files with 2 additions and 4 deletions

View File

@@ -54,8 +54,6 @@ if test "$VIDEO_DEBUG" = yes; then
AC_DEFINE(VIDEO_DEBUG,1,[Enable debug support])
fi
DRIVER_NAME=omap
AC_SUBST([DRIVER_NAME])
AC_SUBST([moduledir])
AC_OUTPUT([

View File

@@ -22,9 +22,9 @@
#
drivermandir = $(DRIVER_MAN_DIR)
driverman_DATA = $(DRIVER_NAME).$(DRIVER_MAN_SUFFIX)
driverman_DATA = omap.$(DRIVER_MAN_SUFFIX)
EXTRA_DIST = $(DRIVER_NAME).man
EXTRA_DIST = omap.man
CLEANFILES = $(driverman_DATA)