Просмотр исходного кода

Move gettext.h from lib to libcompat

Guillem Jover лет назад: 18
Родитель
Сommit
554341b6b1
4 измененных файлов с 9 добавлено и 2 удалено
  1. 7 0
      ChangeLog
  2. 0 1
      lib/Makefile.am
  3. 2 1
      libcompat/Makefile.am
  4. 0 0
      libcompat/gettext.h

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+2008-08-26  Guillem Jover  <guillem@debian.org>
+
+	* lib/gettext.h: Move to ..
+	* libcompat/gettext.h: ... here.
+	* lib/Makefile.am (libdpkg_a_SOURCES): Remove 'gettext.h'.
+	* libcompat/Makefile.am (libcompat_a_SOURCES): Add 'gettext.h'
+
 2008-08-24  Guillem Jover  <guillem@debian.org>
 
 	* lib/dpkg-priv.h [HAVE_STDDEF_H]: Conditionalize <stddef.h> inclusion.

+ 0 - 1
lib/Makefile.am

@@ -25,7 +25,6 @@ libdpkg_a_SOURCES = \
 	dump.c \
 	ehandle.c \
 	fields.c \
-	gettext.h \
 	lock.c \
 	log.c \
 	md5.c md5.h \

+ 2 - 1
libcompat/Makefile.am

@@ -6,7 +6,8 @@ INCLUDES = \
 
 noinst_LIBRARIES = libcompat.a
 
-libcompat_a_SOURCES =
+libcompat_a_SOURCES = \
+	gettext.h
 
 if !HAVE_GETOPT
 libcompat_a_SOURCES += getopt.c getopt.h

lib/gettext.h → libcompat/gettext.h