From e3049ed75bcf9f72ce1ba582678c7ebc01245012 Mon Sep 17 00:00:00 2001 From: ewt Date: Thu, 2 Jan 1997 17:49:09 +0000 Subject: [PATCH] 1) moved NLSDIR, NLSPACKAGE from Makefile.in 2) changed to version 2.3.1 CVS patchset: 1267 CVS date: 1997/01/02 17:49:09 --- Makefile.inc.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.inc.in b/Makefile.inc.in index afc43c3..4a5a243 100644 --- a/Makefile.inc.in +++ b/Makefile.inc.in @@ -9,11 +9,13 @@ RANLIB = @RANLIB@ OPTS = @DEFS@ LIBRPMRC_FILENAME=$(libdir)/rpmrc INTLDEF = @INTLDEF@ +NLSDIR=$(prefix)/share/locale +NLSPACKAGE=rpm CFLAGS = @CFLAGS@ @INCPATH@ $(WARNINGS) $(OPTS) \ -I$(topdir)/lib -I$(topdir)/misc -Wall -Wstrict-prototypes \ -DLIBRPMRC_FILENAME="\"$(LIBRPMRC_FILENAME)"\" -DVERSION=\"$(VERSION)\" LDFLAGS = @LDFLAGS@ @LIBPATH@ -Llib -Lbuild -Lmisc -L$(topdir)/lib \ -L$(topdir)/build -L$(topdir)/misc -VERSION = 2.3 +VERSION = 2.3.1 CC = @CC@ -- 2.7.4