changeset 1621:fae6e0cfcc77 trunk

[svn] - Reapply r2161
author nhjm449
date Tue, 05 Sep 2006 19:57:18 -0700
parents 84006edb5293
children 55011fbbd8cb
files ChangeLog libaudacious/Makefile.in
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Sep 05 09:18:30 2006 -0700
+++ b/ChangeLog	Tue Sep 05 19:57:18 2006 -0700
@@ -1,3 +1,12 @@
+2006-09-05 16:18:30 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [2171]
+  - don't be picky about what aclocal version we are using.
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/autogen.sh  
+
+
 2006-09-05 16:14:08 +0000  William Pitcock <nenolod@nenolod.net>
   revision [2169]
   - why is this here? it really fucks with my SVN client on OS X, so I am deleting it as it's unreferenced
--- a/libaudacious/Makefile.in	Tue Sep 05 09:18:30 2006 -0700
+++ b/libaudacious/Makefile.in	Tue Sep 05 19:57:18 2006 -0700
@@ -1,5 +1,5 @@
 include ../mk/rules.mk
-include ../mk/objective.mk
+include ../mk/init.mk
 
 beepincludedir = $(includedir)/audacious
 
@@ -43,6 +43,8 @@
 	beepctrl.h dirbrowser.h util.h \
 	formatter.h titlestring.h xml_document.h
 
+include ../mk/objective.mk
+
 install-posthook:
 	@mv ${DESTDIR}/${LIBDIR}/libaudacious.so ${DESTDIR}/${LIBDIR}/libaudacious.so.3.0.0
 	@ln -sf ${LIBDIR}/libaudacious.so.3.0.0 \