Mercurial > audlegacy-plugins
diff src/cdaudio/Makefile @ 32:d127b22eb601 trunk
[svn] Add BMP_RCPATH to configure.ac and -DBMP_RCPATH=$(BMP_RCPATH\)
author | js |
---|---|
date | Mon, 18 Sep 2006 08:31:59 -0700 |
parents | 78eaf8b87899 |
children | e6d2dc95dda1 |
line wrap: on
line diff
--- a/src/cdaudio/Makefile Mon Sep 18 08:24:01 2006 -0700 +++ b/src/cdaudio/Makefile Mon Sep 18 08:31:59 2006 -0700 @@ -9,6 +9,6 @@ OBJECTS = ${SOURCES:.c=.o} -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -I../.. +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../intl -I../.. -I../.. -DBMP_RCPATH=\"$(BMP_RCPATH)\" include ../../mk/objective.mk