Mercurial > audlegacy
diff Makefile @ 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 | 628e908d78b6 |
children | 104fe1a701b9 |
line wrap: on
line diff
--- 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