comparison Makefile @ 1743:d22d28e52b58 trunk

[svn] - remove plugins from the core distribution - remove stupid ricer CFLAGS addition (Plugins are now at: svn co http://svn.atheme.org/audacious-plugins/trunk -- have a nice day)
author nenolod
date Mon, 18 Sep 2006 02:51:11 -0700
parents 19406038eb35
children 628e908d78b6
comparison
equal deleted inserted replaced
1742:4fa99b5e8f24 1743:d22d28e52b58
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 = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin 6 SUBDIRS = libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin
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 \