Mercurial > audlegacy-plugins
changeset 1889:9deee216c094
Provide a proper path to the buildsystem root.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 11:27:39 -0500 |
parents | d72fb4c70037 |
children | a551306c5f18 |
files | src/timidity/Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/timidity/Makefile Wed Sep 26 11:24:57 2007 -0500 +++ b/src/timidity/Makefile Wed Sep 26 11:27:39 2007 -0500 @@ -16,8 +16,8 @@ plugindir = audacious/${INPUT_PLUGIN_DIR} -include ../../../buildsys.mk -include ../../../extra.mk +include ../../buildsys.mk +include ../../extra.mk CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../.. -I./libtimidity CFLAGS += ${PLUGIN_CFLAGS}