view system/Makefile.am @ 71:1fd20d231376

Fix objScale with 2D zoom; implement objWidth and objHeight.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 01 Apr 2011 23:49:12 +0200
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@