view Makefile.in @ 653:97113126c7f9 trunk

[svn] - Fix mp3 detection properly. - Generate thumbnails for nextgen skins as well as WA2.x ones.
author nenolod
date Sun, 19 Feb 2006 18:20:51 -0800
parents 502b46145121
children b1d40a19466b
line wrap: on
line source

include mk/rules.mk
include mk/objective.mk

SUBDIRS = Plugins libaudacious audacious po icons skin intl

install-posthook:
	@if test `whoami` = 'root'; then \
		echo "[running ldconfig to update system library cache]"; \
		ldconfig; \
		echo "[system library cache updated]"; \
	fi