Mercurial > vba-linux
view src/common/Makefile.am @ 21:e0545ef33bb9
trying to fix network problem
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 04 Mar 2012 16:56:20 -0600 |
parents | 5e8e5083da94 |
children | 59790d015f25 |
line wrap: on
line source
1 noinst_LIBRARIES = libgbcom.a3 libgbcom_a_SOURCES = \4 CheatSearch.h \5 inputGlobal.h \6 memgzio.h \7 movie.h \8 nesvideos-piece.h \9 System.h \10 Text.h \11 unzip.h \12 Util.h \13 vbalua.h \14 \15 CheatSearch.cpp \16 lua-engine.cpp \17 memgzio.c \18 movie.cpp \19 nesvideos-piece.cpp \20 Text.cpp \21 unzip.cpp \22 Util.cpp26 AM_CPPFLAGS = \27 -I$(top_srcdir)/src \28 -DSDL \29 -DSYSCONFDIR=\"$(sysconfdir)\"31 AM_CXXFLAGS = -fno-exceptions