Mercurial > audlegacy-plugins
comparison src/flacng/Makefile @ 970:64409f979799 trunk
[svn] Revert accidential Makefile change
author | ertzing |
---|---|
date | Fri, 20 Apr 2007 13:30:36 -0700 |
parents | 0ee1070d1741 |
children | d338a8beb3d6 |
comparison
equal
deleted
inserted
replaced
969:0ee1070d1741 | 970:64409f979799 |
---|---|
9 | 9 |
10 SOURCES = plugin.c tools.c seekable_stream_callbacks.c | 10 SOURCES = plugin.c tools.c seekable_stream_callbacks.c |
11 | 11 |
12 OBJECTS = ${SOURCES:.c=.o} | 12 OBJECTS = ${SOURCES:.c=.o} |
13 | 13 |
14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -I./libflac $(FLAC_CFLAGS) -DFLACNG_DEBUG | 14 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. -I./libflac $(FLAC_CFLAGS) |
15 | 15 |
16 include ../../mk/objective.mk | 16 include ../../mk/objective.mk |