Mercurial > vba-linux
view src/common/Makefile.am @ 8:08a8e09ca414
add files required by automake
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:54:39 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 noinst_LIBRARIES = libgbcom.a3 libgbcom_a_SOURCES = \4 lua-engine.cpp \5 memgzio.c \6 memgzio.h \7 movie.cpp \8 movie.h \9 System.h \10 Text.cpp \11 Text.h \12 unzip.cpp \13 unzip.h \14 Util.cpp \15 Util.h \16 vbalua.h18 AM_CPPFLAGS = \19 -I$(top_srcdir)/src \20 -DSDL \21 -DSYSCONFDIR=\"$(sysconfdir)\"23 AM_CXXFLAGS = -fno-exceptions @SDL_CFLAGS@