Mercurial > audlegacy-plugins
comparison src/cdaudio-ng/Makefile @ 1058:75f713176b2f trunk
[svn] - make build of cdaudio-ng configurable.
author | yaz |
---|---|
date | Wed, 23 May 2007 06:08:35 -0700 |
parents | 10fc7b5378f0 |
children | af5bd4592100 |
comparison
equal
deleted
inserted
replaced
1057:ddb79127d9cf | 1058:75f713176b2f |
---|---|
8 | 8 |
9 SOURCES = cdaudio-ng.c | 9 SOURCES = cdaudio-ng.c |
10 | 10 |
11 OBJECTS = ${SOURCES:.c=.o} | 11 OBJECTS = ${SOURCES:.c=.o} |
12 | 12 |
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CDIO_LIBS) -I../../intl -I../.. | 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(CDIO_CFLAGS) -I../../intl -I../.. |
14 | 14 |
15 include ../../mk/objective.mk | 15 include ../../mk/objective.mk |