mschorm / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone
e876453
--- util-linux-2.13-pre7/config/include-Makefile.am.kzak	2007-06-25 11:15:40.000000000 +0200
e876453
+++ util-linux-2.13-pre7/config/include-Makefile.am	2007-06-25 11:16:39.000000000 +0200
e876453
@@ -3,10 +3,10 @@
e876453
 datadir = $(prefix)/usr/share
e876453
 infodir = $(datadir)/info
e876453
 mandir = $(datadir)/man
e876453
+localedir = $(datadir)/locale
e876453
 
e876453
-AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
e876453
+AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
e876453
+       -DLOCALEDIR=\"$(localedir)\"
e876453
 
e876453
 DEFAULT_INCLUDES =
e876453
 
e876453
-DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
e876453
-