aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--Makefile.in3
-rwxr-xr-xconfigure1
-rw-r--r--drivers.m41
4 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 418f59c..e1d2c1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,7 +135,10 @@ lcd4kde.conf \
lcd4linux.kdelnk \
lcd4linux.xpm \
lcd4linux.lsm \
+ac_python_devel.m4 \
curses.m4 \
+drivers.m4 \
+plugins.m4 \
AUTHORS \
CREDITS \
NEWS \
diff --git a/Makefile.in b/Makefile.in
index 8baf4cd..1574630 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -329,7 +329,10 @@ lcd4kde.conf \
lcd4linux.kdelnk \
lcd4linux.xpm \
lcd4linux.lsm \
+ac_python_devel.m4 \
curses.m4 \
+drivers.m4 \
+plugins.m4 \
AUTHORS \
CREDITS \
NEWS \
diff --git a/configure b/configure
index bf8b187..78f9a4e 100755
--- a/configure
+++ b/configure
@@ -7598,6 +7598,7 @@ _ACEOF
fi
if test "$NULL" = "yes"; then
+ TEXT="yes"
DRIVERS="$DRIVERS drv_NULL.o"
cat >>confdefs.h <<\_ACEOF
diff --git a/drivers.m4 b/drivers.m4
index 72b6e27..e076649 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -359,6 +359,7 @@ if test "$NORITAKE" = "yes"; then
fi
if test "$NULL" = "yes"; then
+ TEXT="yes"
DRIVERS="$DRIVERS drv_NULL.o"
AC_DEFINE(WITH_NULL,1,[NULL driver])
fi