Bläddra i källkod

libcompat: Do not pass unused arguments to the compiler

Guillem Jover 18 år sedan
förälder
incheckning
a6276471d7
2 ändrade filer med 5 tillägg och 3 borttagningar
  1. 5 0
      ChangeLog
  2. 0 3
      libcompat/Makefile.am

+ 5 - 0
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.

+ 0 - 3
libcompat/Makefile.am

@@ -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