view Makefile @ 1388:b8e521f642e4 trunk

[svn] - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. - tweaks descriptions (s/song/entry/).
author yaz
date Mon, 10 Jul 2006 06:41:11 -0700
parents e67fad649f58
children abf8fee03d59
line wrap: on
line source

.SILENT:

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

SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool 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