Mercurial > audlegacy
changeset 3048:757d5d9741af
branch merge
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Thu, 12 Jul 2007 07:07:19 -0500 |
parents | e50fd4eefa5f (diff) 3be0cfac03cd (current diff) |
children | 1a1116e50ad6 |
files | |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/intl/Makefile Thu Jul 12 13:41:34 2007 +0200 +++ b/src/audacious/intl/Makefile Thu Jul 12 07:07:19 2007 -0500 @@ -8,13 +8,13 @@ OBJECTIVE_LIBS_NOINST = libintl.a DEFS += -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \ --DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \ --DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DINSTALLPREFIX=\"$(libdir)\" -DNO_XMALLOC \ --Dset_relocation_prefix=libintl_set_relocation_prefix \ --Drelocate=libintl_relocate \ --DDEPENDS_ON_LIBICONV=1 + -DLIBDIR=\"$(libdir)\" -DIN_LIBINTL \ + -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"$(libdir)\" -DINSTALLPREFIX=\"$(libdir)\" -DNO_XMALLOC \ + -Dset_relocation_prefix=libintl_set_relocation_prefix \ + -Drelocate=libintl_relocate \ + -DDEPENDS_ON_LIBICONV=1 -CFLAGS += $(PICFLAGS) -I../.. -I. $(DEFS) +CFLAGS += $(PICFLAGS) -I../../.. -I../.. -I. $(DEFS) SOURCES = \ bindtextdom.c \