summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am3
-rw-r--r--lib/Makefile.in8
-rw-r--r--lib/cpio.c1
-rw-r--r--lib/dbindex.c2
-rw-r--r--lib/depends.c1
-rw-r--r--lib/falloc.c1
-rw-r--r--lib/formats.c2
-rw-r--r--lib/fs.c2
-rw-r--r--lib/header.c1
-rw-r--r--lib/install.c1
-rw-r--r--lib/lookup.c2
-rw-r--r--lib/macro.c1
-rw-r--r--lib/messages.c2
-rw-r--r--lib/misc.c1
-rw-r--r--lib/oldheader.c1
-rw-r--r--lib/package.c1
-rw-r--r--lib/rebuilddb.c1
-rw-r--r--lib/rpmdb.c1
-rw-r--r--lib/rpmlead.c1
-rw-r--r--lib/rpmrc.c1
-rw-r--r--lib/signature.c1
-rw-r--r--lib/test.c1
-rw-r--r--lib/uninstall.c1
-rw-r--r--lib/verify.c1
24 files changed, 0 insertions, 38 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index d136e087b..f3d39d78c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -23,9 +23,6 @@ librpm_a_SOURCES = \
include ../Makefile.inc
-misc.o: misc.c
- $(COMPILE) -DVERSION=\"$(VERSION)\" -o $@ -c $<
-
rpmrc.o: rpmrc.c
$(COMPILE) -DLIBRPMRC_FILENAME="\"$(LIBRPMRC_FILENAME)"\" -DMACROFILES=\"$(MACROFILES)\" -o $@ -c $<
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 08dbe16cb..1fe51d626 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -71,7 +71,6 @@ CPP = @CPP@
DATADIRNAME = @DATADIRNAME@
FIXPERMS = @FIXPERMS@
GENCAT = @GENCAT@
-GETTEXTSTUB = @GETTEXTSTUB@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GT_NO = @GT_NO@
@@ -80,13 +79,11 @@ GZIPBIN = @GZIPBIN@
INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
INCPATH = @INCPATH@
INSTOBJEXT = @INSTOBJEXT@
-INTLDEF = @INTLDEF@
INTLDEPS = @INTLDEPS@
INTLLIBS = @INTLLIBS@
INTLOBJS = @INTLOBJS@
LDFLAGS_STATIC = @LDFLAGS_STATIC@
LIBDL = @LIBDL@
-LIBINTL = @LIBINTL@
LIBMISC = @LIBMISC@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
@@ -99,7 +96,6 @@ MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
PACKAGE = @PACKAGE@
-PO = @PO@
POFILES = @POFILES@
POSUB = @POSUB@
RANLIB = @RANLIB@
@@ -111,7 +107,6 @@ U = @U@
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
-XGETTEXT = @XGETTEXT@
l = @l@
tmpdir = @tmpdir@
topdir = @topdir@
@@ -388,9 +383,6 @@ mostlyclean distclean maintainer-clean
include ../Makefile.inc
-misc.o: misc.c
- $(COMPILE) -DVERSION=\"$(VERSION)\" -o $@ -c $<
-
rpmrc.o: rpmrc.c
$(COMPILE) -DLIBRPMRC_FILENAME="\"$(LIBRPMRC_FILENAME)"\" -DMACROFILES=\"$(MACROFILES)\" -o $@ -c $<
diff --git a/lib/cpio.c b/lib/cpio.c
index a6e0c8dee..201300903 100644
--- a/lib/cpio.c
+++ b/lib/cpio.c
@@ -1,6 +1,5 @@
#include "system.h"
-#include "intl.h"
#include "cpio.h"
#define CPIO_NEWC_MAGIC "070701"
diff --git a/lib/dbindex.c b/lib/dbindex.c
index 612f79a6c..e6279bb39 100644
--- a/lib/dbindex.c
+++ b/lib/dbindex.c
@@ -2,8 +2,6 @@
#include "rpmlib.h"
-#include "intl.h"
-
dbiIndex * dbiOpenIndex(char * filename, int flags, int perms) {
dbiIndex * db;
diff --git a/lib/depends.c b/lib/depends.c
index 3e8beed81..0c3be677b 100644
--- a/lib/depends.c
+++ b/lib/depends.c
@@ -3,7 +3,6 @@
#include "rpmlib.h"
#include "depends.h"
-#include "intl.h"
#include "misc.h"
struct availablePackage {
diff --git a/lib/falloc.c b/lib/falloc.c
index 4d523f7a2..47628d49a 100644
--- a/lib/falloc.c
+++ b/lib/falloc.c
@@ -1,7 +1,6 @@
#include "system.h"
#include "falloc.h"
-#include "intl.h"
#define FA_MAGIC 0x02050920
diff --git a/lib/formats.c b/lib/formats.c
index cad64db9b..526563016 100644
--- a/lib/formats.c
+++ b/lib/formats.c
@@ -2,8 +2,6 @@
#include "rpmlib.h"
-#include "intl.h"
-
static char * permsFormat(int_32 type, const void * data,
char * formatPrefix, int padding, int element);
static char * depflagsFormat(int_32 type, const void * data,
diff --git a/lib/fs.c b/lib/fs.c
index b43ebc3de..a9b4f7f61 100644
--- a/lib/fs.c
+++ b/lib/fs.c
@@ -2,8 +2,6 @@
#include "rpmlib.h"
-#include "intl.h"
-
struct fsinfo {
char * mntPoint;
dev_t dev;
diff --git a/lib/header.c b/lib/header.c
index 361294811..c97cfa7cc 100644
--- a/lib/header.c
+++ b/lib/header.c
@@ -13,7 +13,6 @@
#include "header.h"
-#include "intl.h"
#include "tread.h"
#define INDEX_MALLOC_SIZE 8
diff --git a/lib/install.c b/lib/install.c
index 942e127ab..2c138f1ac 100644
--- a/lib/install.c
+++ b/lib/install.c
@@ -6,7 +6,6 @@
#include "cpio.h"
#include "install.h"
-#include "intl.h"
#include "md5.h"
#include "misc.h"
#include "rpmdb.h"
diff --git a/lib/lookup.c b/lib/lookup.c
index e9a17908f..a53cb946f 100644
--- a/lib/lookup.c
+++ b/lib/lookup.c
@@ -2,8 +2,6 @@
#include "rpmlib.h"
-#include "intl.h"
-
static int findMatches(rpmdb db, char * name, char * version, char * release,
dbiIndexSet * matches);
diff --git a/lib/macro.c b/lib/macro.c
index 769c5ff8f..826cddaab 100644
--- a/lib/macro.c
+++ b/lib/macro.c
@@ -11,7 +11,6 @@
#define RPMERR_BADSPEC stderr
#define _(x) x
#else
-#include "intl.h"
#include "rpmlib.h"
#endif
diff --git a/lib/messages.c b/lib/messages.c
index fe75e70c7..0824f3086 100644
--- a/lib/messages.c
+++ b/lib/messages.c
@@ -4,8 +4,6 @@
#include "rpmlib.h"
-#include "intl.h"
-
static int minLevel = RPMMESS_NORMAL;
void rpmIncreaseVerbosity(void) {
diff --git a/lib/misc.c b/lib/misc.c
index 4dca9a6d2..cdeb01793 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -2,7 +2,6 @@
#include "rpmlib.h"
-#include "intl.h"
#include "misc.h"
char * RPMVERSION = VERSION; /* just to put a marker in librpm.a */
diff --git a/lib/oldheader.c b/lib/oldheader.c
index 779ca069d..3682bb169 100644
--- a/lib/oldheader.c
+++ b/lib/oldheader.c
@@ -4,7 +4,6 @@
#include "rpmlib.h"
-#include "intl.h"
#include "misc.h"
#include "oldheader.h"
#include "tread.h"
diff --git a/lib/package.c b/lib/package.c
index fc85f9f2e..b3589afa8 100644
--- a/lib/package.c
+++ b/lib/package.c
@@ -4,7 +4,6 @@
#include "rpmlib.h"
-#include "intl.h"
#include "misc.h"
#include "oldheader.h"
#include "rpmlead.h"
diff --git a/lib/rebuilddb.c b/lib/rebuilddb.c
index 267cb8361..3a066ab4f 100644
--- a/lib/rebuilddb.c
+++ b/lib/rebuilddb.c
@@ -2,7 +2,6 @@
#include "rpmlib.h"
-#include "intl.h"
#include "rpmdb.h"
int rpmdbRebuild(char * rootdir) {
diff --git a/lib/rpmdb.c b/lib/rpmdb.c
index 841ce8627..aa7b1296a 100644
--- a/lib/rpmdb.c
+++ b/lib/rpmdb.c
@@ -7,7 +7,6 @@
#include "rpmlib.h"
#include "falloc.h"
-#include "intl.h"
#include "misc.h"
#include "rpmdb.h"
diff --git a/lib/rpmlead.c b/lib/rpmlead.c
index d2c37140e..c8d62c0ed 100644
--- a/lib/rpmlead.c
+++ b/lib/rpmlead.c
@@ -10,7 +10,6 @@
#include "rpmlead.h"
#include "tread.h"
-#include "intl.h"
/* The lead needs to be 8 byte aligned */
diff --git a/lib/rpmrc.c b/lib/rpmrc.c
index 3705105ee..8dc68ea9a 100644
--- a/lib/rpmrc.c
+++ b/lib/rpmrc.c
@@ -10,7 +10,6 @@
#include "rpmmacro.h"
#include "misc.h"
-#include "intl.h"
struct MacroContext globalMacroContext;
diff --git a/lib/signature.c b/lib/signature.c
index 144467697..b8f4a2931 100644
--- a/lib/signature.c
+++ b/lib/signature.c
@@ -15,7 +15,6 @@
#include "rpmlib.h"
-#include "intl.h"
#include "md5.h"
#include "misc.h"
#include "rpmlead.h"
diff --git a/lib/test.c b/lib/test.c
index 66ae506f2..e1e8fe26d 100644
--- a/lib/test.c
+++ b/lib/test.c
@@ -1,6 +1,5 @@
#include "system.h"
-#include "intl.h"
#include "rpmlib.h"
void main(int argc, char **argv)
diff --git a/lib/uninstall.c b/lib/uninstall.c
index 778f55249..9fe7ef8ad 100644
--- a/lib/uninstall.c
+++ b/lib/uninstall.c
@@ -4,7 +4,6 @@
#include "depends.h"
#include "install.h"
-#include "intl.h"
#include "md5.h"
#include "misc.h"
#include "rpmdb.h"
diff --git a/lib/verify.c b/lib/verify.c
index f4f0b7fef..ab22982a5 100644
--- a/lib/verify.c
+++ b/lib/verify.c
@@ -2,7 +2,6 @@
#include "rpmlib.h"
-#include "intl.h"
#include "md5.h"
#include "misc.h"
#include "install.h"