view Makefile.in @ 998:8c6949ffd7f8 trunk

[svn] Support for saving the playback state, and resuming playback after restart. Patch by cha0smaster, closes bug #479.
author chainsaw
date Mon, 01 May 2006 13:53:20 -0700
parents 47642e4e456c
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