# HG changeset patch # User nenolod # Date 1160851944 25200 # Node ID eae19233a2ab4c141a199941826d986b784a3d2c # Parent 3a428cb2aec9d219101879b726b85f4c69f0329a [svn] - only attempt to build the intl objective if INTL_OBJECTIVE is defined. diff -r 3a428cb2aec9 -r eae19233a2ab ChangeLog --- a/ChangeLog Sat Oct 14 11:46:36 2006 -0700 +++ b/ChangeLog Sat Oct 14 11:52:24 2006 -0700 @@ -1,3 +1,11 @@ +2006-10-14 18:46:36 +0000 William Pitcock + revision [2705] + - make things friendly to Objective Make + + trunk/m4/gettext.m4 | 3 +++ + 1 file changed, 3 insertions(+) + + 2006-10-14 18:39:17 +0000 William Pitcock revision [2703] - libaudacious.so.4 actually, due to remote-access API addition diff -r 3a428cb2aec9 -r eae19233a2ab Makefile --- a/Makefile Sat Oct 14 11:46:36 2006 -0700 +++ b/Makefile Sat Oct 14 11:52:24 2006 -0700 @@ -3,7 +3,7 @@ include mk/rules.mk include mk/init.mk -SUBDIRS = libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skins +SUBDIRS = libaudacious $(INTL_OBJECTIVE) $(SUBDIR_GUESS) audacious audtool po icons skins include mk/objective.mk diff -r 3a428cb2aec9 -r eae19233a2ab mk/rules.mk.in --- a/mk/rules.mk.in Sat Oct 14 11:46:36 2006 -0700 +++ b/mk/rules.mk.in Sat Oct 14 11:52:24 2006 -0700 @@ -329,3 +329,4 @@ PICLDFLAGS ?= @PICLDFLAGS@ LIBLDFLAGS ?= @LIBLDFLAGS@ AUDLDFLAGS ?= @AUDLDFLAGS@ +INTL_OBJECTIVE ?= @INTL_OBJECTIVE@