diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-12-03 22:02:45 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-12-03 22:02:45 +0100 |
commit | 473d98a9cffea603ccc3ab62a0872e0058524eb3 (patch) | |
tree | d69e8201505bdb7cca8fe65b95499c1fedb8b5f7 /plugins/gme | |
parent | 3b4f24db2b17b5e16a21becbbf22cc86e4ac3089 (diff) |
build system fixes for 0.6 static
Diffstat (limited to 'plugins/gme')
-rw-r--r-- | plugins/gme/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gme/Makefile.am b/plugins/gme/Makefile.am index 9c789c38..ea2e77b2 100644 --- a/plugins/gme/Makefile.am +++ b/plugins/gme/Makefile.am @@ -402,5 +402,5 @@ gme_la_LDFLAGS = -module $(NOCPPLIB) gme_la_LIBADD = $(ZLIB_LIBS) AM_CFLAGS = $(CFLAGS) $(ZLIB_CFLAGS) -I$(gmepath) -std=c99 -DGME_VERSION_055 -AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -nostdlib -fno-unwind-tables +AM_CPPFLAGS = $(CXXFLAGS) -fno-exceptions -fno-rtti -fno-unwind-tables endif |