view Makefile.in @ 655:8fee6432cd63 trunk

[svn] Fix the scrolling in the audacious mainwin, by making sure a GTK Timeout is only registered once.
author nenolod
date Wed, 22 Feb 2006 16:30:23 -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