Mercurial > SDL_sound_CoreAudio
comparison decoders/mpglib/Makefile.am @ 266:7507d2c15281
Patched to respect SDL_sound build flags (fixes --enable-debug, etc).
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 03 Mar 2002 04:05:35 +0000 |
parents | 9b6e82f7c853 |
children | 7b1df7526915 |
comparison
equal
deleted
inserted
replaced
265:87ef8f3e9484 | 266:7507d2c15281 |
---|---|
1 noinst_LTLIBRARIES = libmpglib.la | 1 noinst_LTLIBRARIES = libmpglib.la |
2 | 2 |
3 INCLUDES = -I$(top_srcdir) | 3 INCLUDES = -I$(top_srcdir) |
4 CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3 | 4 libmpglib_la_CFLAGS = -DLAYER1 -DLAYER2 -DLAYER3 |
5 | 5 |
6 if USE_MPGLIB | 6 if USE_MPGLIB |
7 libmpglib_la_SOURCES = \ | 7 libmpglib_la_SOURCES = \ |
8 common.c \ | 8 common.c \ |
9 huffman.h \ | 9 huffman.h \ |