Mercurial > audlegacy-plugins
changeset 35:33ed88fef9f5 trunk
[svn] Let us not go crazy with the ../ there, your includes are not *that* far away, hmmkay?
author | chainsaw |
---|---|
date | Mon, 18 Sep 2006 08:54:41 -0700 |
parents | d8dc80263d98 |
children | b223a90f8a9a |
files | ChangeLog src/adplug/core/Makefile |
diffstat | 2 files changed, 11 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Sep 18 08:47:33 2006 -0700 +++ b/ChangeLog Mon Sep 18 08:54:41 2006 -0700 @@ -1,3 +1,11 @@ +2006-09-18 15:47:33 +0000 Jonathan Schleifer <js@h3c.de> + revision [68] + #include "audacious/util.h"? WTF? Fixed. + + Changes: Modified: + +1 -1 trunk/src/modplug/gui/main.cxx + + 2006-09-18 15:38:24 +0000 Jonathan Schleifer <js@h3c.de> revision [66] Removed BMP_RCPATH from configure.ac, mk/rules.mk.in and Makefiles and added it to config.h via configure.ac
--- a/src/adplug/core/Makefile Mon Sep 18 08:47:33 2006 -0700 +++ b/src/adplug/core/Makefile Mon Sep 18 08:54:41 2006 -0700 @@ -1,5 +1,5 @@ -include ../../../../mk/rules.mk -include ../../../../mk/init.mk +include ../../../mk/rules.mk +include ../../../mk/init.mk OBJECTIVE_LIBS_NOINST = libadplugcore.a @@ -23,4 +23,4 @@ OBJECTS = ${SOURCES:.c=.o} ${SOURCES:.cxx=.o} -include ../../../../mk/objective.mk +include ../../../mk/objective.mk