changeset 1875:eae19233a2ab trunk

[svn] - only attempt to build the intl objective if INTL_OBJECTIVE is defined.
author nenolod
date Sat, 14 Oct 2006 11:52:24 -0700
parents 3a428cb2aec9
children 7bbb619fa68c
files ChangeLog Makefile mk/rules.mk.in
diffstat 3 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [2703]
   - libaudacious.so.4 actually, due to remote-access API addition
--- 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
 
--- 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@