view Makefile.in @ 671:3e03da73a514 trunk

[svn] install HEADERS properly (oops)
author nenolod
date Fri, 24 Feb 2006 12:34:42 -0800
parents de24b979f80e
children 00f023a7ccd5
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
	@mkdir -p $(DESTDIR)/$(LIBDIR)/pkgconfig
	@mkdir -p $(DESTDIR)/$(mandir)/man1
	@mkdir -p $(DESTDIR)/$(datadir)/applications
	@$(INSTALL) audacious.pc $(DESTDIR)/$(LIBDIR)/pkgconfig/audacious.pc
	@$(INSTALL) audacious.1 $(DESTDIR)/$(mandir)/man1/audacious.1
	@$(INSTALL) audacious/audacious.desktop $(DESTDIR)/$(datadir)/applications/audacious.desktop