comparison Makefile @ 1451:abf8fee03d59 trunk

[svn] - connect sqlite to the build
author nenolod
date Fri, 28 Jul 2006 13:53:45 -0700
parents e67fad649f58
children e402e0217870
comparison
equal deleted inserted replaced
1450:9bb6d5ce6d95 1451:abf8fee03d59
1 .SILENT: 1 .SILENT:
2 2
3 sinclude mk/rules.mk 3 sinclude mk/rules.mk
4 include mk/objective.mk 4 include mk/objective.mk
5 5
6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) audacious audtool po icons skin 6 SUBDIRS = Plugins libaudacious intl $(SUBDIR_GUESS) sqlite audacious audtool po icons skin
7 7
8 install-posthook: 8 install-posthook:
9 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \ 9 @if test `whoami` = 'root' && test -z "$(DESTDIR)"; then \
10 echo "[running ldconfig to update system library cache]"; \ 10 echo "[running ldconfig to update system library cache]"; \
11 /sbin/ldconfig; \ 11 /sbin/ldconfig; \