# HG changeset patch # User nenolod # Date 1150268646 25200 # Node ID 44d8008500a38e47a4ef531a7676da0310520fe0 # Parent ba0ce9c6211072f3dde7b98b40851a4e361444c6 [svn] - core makefile diff -r ba0ce9c62110 -r 44d8008500a3 ChangeLog --- a/ChangeLog Wed Jun 14 00:02:18 2006 -0700 +++ b/ChangeLog Wed Jun 14 00:04:06 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-14 07:02:18 +0000 William Pitcock + revision [1324] + - hookup buildsystem + + + Changes: Modified: + +1 -1 trunk/Makefile.in + + 2006-06-14 07:01:26 +0000 William Pitcock revision [1322] - compiles warningless inside the audacious buildsystem now diff -r ba0ce9c62110 -r 44d8008500a3 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Wed Jun 14 00:04:06 2006 -0700 @@ -0,0 +1,16 @@ +include 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 diff -r ba0ce9c62110 -r 44d8008500a3 Makefile.in --- a/Makefile.in Wed Jun 14 00:02:18 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -include 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 diff -r ba0ce9c62110 -r 44d8008500a3 configure.ac --- a/configure.ac Wed Jun 14 00:02:18 2006 -0700 +++ b/configure.ac Wed Jun 14 00:04:06 2006 -0700 @@ -837,7 +837,6 @@ AC_SUBST(VISUALIZATION_PLUGINS) AC_CONFIG_FILES([ - Makefile audacious.1 audacious.spec audacious.pc