]> err.no Git - dpkg/commitdiff
libcompat: Do not pass unused arguments to the compiler
authorGuillem Jover <guillem@debian.org>
Mon, 4 Feb 2008 06:43:01 +0000 (08:43 +0200)
committerGuillem Jover <guillem@debian.org>
Mon, 4 Feb 2008 07:19:05 +0000 (09:19 +0200)
ChangeLog
libcompat/Makefile.am

index 5a7fb98f2e20b751cf328167113fbd14b5a0b897..bcfbdf056095d6cc36833d4f10540b9ad6b1d185 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-04  Guillem Jover  <guillem@debian.org>
+
+       * libcompat/Makefile.am (localedir): Remove unused variable.
+       (INCLUDES): Do not pass -DLOCALEDIR nor -I$(top_srcdir)/lib.
+
 2008-02-03  Guillem Jover  <guillem@debian.org>
 
        * m4/funcs.m4 (DPKG_CHECK_COMPAT_FUNCS): New macro.
index f17b3931fd5dd78874421d39817b54427b78508f..ecb89d0ba94e0e33f141dcede2ae7c135ff04567 100644 (file)
@@ -1,9 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-localedir = $(datadir)/locale
 INCLUDES = \
-       -DLOCALEDIR=\"$(localedir)\" \
-       -I$(top_srcdir)/lib \
        -idirafter $(top_srcdir)/libcompat