view Makefile.in @ 1179:1eef4fd1aeb5 trunk

[svn] - make the scrobbler preferences appear in the main window; this does not work yet because I need to debug apparently!
author nenolod
date Sun, 11 Jun 2006 20:33:45 -0700
parents 4be4d74db123
children ba0ce9c62110
line wrap: on
line source

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

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