Mercurial > audlegacy
comparison Makefile @ 1827:628e908d78b6 trunk
[svn] - include TinyPlayer skin with the main distribution
author | nenolod |
---|---|
date | Thu, 05 Oct 2006 06:54:42 -0700 |
parents | d22d28e52b58 |
children | eae19233a2ab |
comparison
equal
deleted
inserted
replaced
1826:d66712838e9f | 1827:628e908d78b6 |
---|---|
1 .SILENT: | 1 .SILENT: |
2 | 2 |
3 include mk/rules.mk | 3 include mk/rules.mk |
4 include mk/init.mk | 4 include mk/init.mk |
5 | 5 |
6 SUBDIRS = libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin | 6 SUBDIRS = libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skins |
7 | 7 |
8 include mk/objective.mk | 8 include mk/objective.mk |
9 | 9 |
10 install-posthook: | 10 install-posthook: |
11 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ | 11 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ |