view system/Makefile.am @ 44:a85cdca1980a

* fixed itoa_ws * now, configure fails if the requested vorbis lib is not found (so it doesn't build with the wrong lib) * removed unused current_section in koe_ogg.cc
author thib
date Wed, 25 Mar 2009 16:00:52 +0000
parents 2110e0cf64ac
children
line wrap: on
line source

noinst_LIBRARIES = libsystem.a
libsystem_a_SOURCES = file.cc system_config.cc file.h file_impl.h system_config.h

bin_PROGRAMS = $(VISARC)
EXTRA_PROGRAMS = visarc

visarc_SOURCES = visarc.cc
visarc_LDADD = libsystem.a

AM_CPPFLAGS = @CFLAGS@ @DEFS@

LDADD = @LDFLAGS@ @LIBS@