view Makefile.in @ 947:47642e4e456c trunk

[svn] - don't run ldconfig when DESTDIR is not /. Closes bug #464.
author nenolod
date Mon, 17 Apr 2006 06:41:26 -0700
parents ec9ba0ad38a8
children 4be4d74db123
line wrap: on
line source

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

SUBDIRS = Plugins libaudacious intl audacious po icons skin

install-posthook:
	@if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
		echo "[running ldconfig to update system library cache]"; \
		/sbin/ldconfig; \
		echo "[system library cache updated]"; \
	fi

OBJECTIVE_DATA =							\
	audacious.pc:$(LIBDIR)/pkgconfig				\
	audacious.1:$(mandir)/man1					\
	audacious/audacious.desktop:$(datadir)/applications