From d9ff7bbcd2eef852f18ad65d79aa6b6f7c58535c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 4 Jun 2007 10:37:00 -0400 Subject: Remove hardcoded defines from libalpm Remove any use of the former path variables defined by the Makefiles or config.h. These are now runtime configurable only with pacman.conf (or by using flags on the command line). Signed-off-by: Dan McGee --- src/pacman/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/Makefile.am') diff --git a/src/pacman/Makefile.am b/src/pacman/Makefile.am index 5248abf3..3bccac22 100644 --- a/src/pacman/Makefile.am +++ b/src/pacman/Makefile.am @@ -8,7 +8,6 @@ bin_PROGRAMS = pacman pacman.static DEFS = -DLOCALEDIR=\"@localedir@\" \ -DCONFFILE=\"$(conffile)\" \ - -DLOCKFILE=\"$(lockfile)\" \ @DEFS@ INCLUDES = -I$(top_srcdir)/lib/libalpm -- cgit v1.2.3-24-g4f1b