@@ -23,7 +23,7 @@
#include <config.h>
#include <compat.h>
-#include <dpkg-i18n.h>
+#include <dpkg/i18n.h>
#include <myopt.h>
#include <stdio.h>
@@ -21,7 +21,7 @@
#include <string.h>
@@ -22,7 +22,7 @@
@@ -30,7 +30,7 @@
#include "helpmsgs.h"
#include <stdlib.h>
@@ -16,7 +16,6 @@ noinst_LIBRARIES = libdpkg.a
libdpkg_a_SOURCES = \
dpkg.h \
- dpkg-i18n.h \
dpkg-db.h \
dpkg-priv.h \
dpkg-test.h \
@@ -28,6 +27,7 @@ libdpkg_a_SOURCES = \
dump.c \
ehandle.c \
fields.c \
+ i18n.h \
lock.c \
log.c \
macros.h \
@@ -1,7 +1,7 @@
#include <unistd.h>
#include <ctype.h>
@@ -24,7 +24,7 @@
@@ -1,6 +1,6 @@
/*
* libdpkg - Debian packaging suite library routines
- * dpkg-i18n.h - private i18n support
+ * i18n.h - i18n support
*
* Copyright © 2008 Guillem Jover <guillem@debian.org>
#include <assert.h>
#include <stdarg.h>
#include <errno.h>
@@ -20,7 +20,7 @@
#include <sys/types.h>
#include <sys/wait.h>
@@ -37,7 +37,7 @@
#include <sys/stat.h>
#include <sys/fcntl.h>
#include <dpkg.h>
#include <signal.h>