From cb2db2f1c759c60849b66dabf8ee03c9cdfb2dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Sun, 7 Nov 2010 01:37:06 +0200 Subject: all: check error for sqdb_open and adb_open so we don't crash on startup if essential files are missing. fixes #454 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6d4a739..676b01f 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,10 @@ CONFDIR:=/etc/$(PACKAGE) MANDIR:=/usr/share/man DOCDIR:=/usr/share/doc/$(PACKAGE) STATEDIR:=/var/run +LIBDIR:=/var/lib/$(PACKAGE) LUALIBDIR:=/usr/lib/lua/5.1 -export DESTDIR BINDIR SBINDIR CONFDIR MANDIR DOCDIR STATEDIR LUALIBDIR +export DESTDIR BINDIR SBINDIR CONFDIR MANDIR DOCDIR STATEDIR LIBDIR LUALIBDIR ## # Top-level rules and targets -- cgit v1.2.3