Use config.h rather than passing all defs in CFLAGS
[platform/upstream/flac.git] / src / test_libFLAC / Makefile.am
index 1243112..1f74fa6 100644 (file)
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-CFLAGS = @CFLAGS@
+EXTRA_DIST = \
+       Makefile.lite \
+       Makefile.vc
+
+CFLAGS = @ CFLAGS@ 
 INCLUDES = -I$(top_srcdir)/src/libFLAC/include
 
 noinst_PROGRAMS = test_libFLAC
-test_libFLAC = $(top_builddir)/src/libFLAC/libFLAC.la -lm
+test_libFLAC_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la -lm
 test_libFLAC_SOURCES = \
        bitbuffer.c \
        decoders.c \