X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fgit%2FMakefile.am;h=051eeb35c2fd79cb3bdfcbf3130e5710dc8f01ef;hb=42547067728cfe19d1302a6926fa9e4d5a1ca50f;hp=b9881a60a91e10da9fdf4ad09ebc45714fc08079;hpb=3886d95d54e24e64a118956db5452a9c2653e307;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/git/Makefile.am b/interpreters/git/Makefile.am index b9881a6..051eeb3 100644 --- a/interpreters/git/Makefile.am +++ b/interpreters/git/Makefile.am @@ -17,7 +17,7 @@ git_la_SOURCES = version.h git.h config.h compiler.h memory.h opcodes.h \ opcodes.c operands.c peephole.c savefile.c saveundo.c search.c terp.c \ accel.c git_la_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libchimara -git_la_CFLAGS = -DUSE_INLINE $(AM_CFLAGS) +git_la_CFLAGS = -DCHIMARA_EXTENSIONS -DUSE_INLINE $(AM_CFLAGS) git_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) gitdocdir = $(datadir)/doc/$(PACKAGE)/git @@ -45,4 +45,4 @@ CLEANFILES = test/*.tmp # # Mac OS X (PowerPC) settings. #CC = gcc2 -Wall -O3 -no-cpp-precomp -#OPTIONS = -DUSE_DIRECT_THREADING -DUSE_BIG_ENDIAN_UNALIGNED -DUSE_MMAP -DUSE_INLINE \ No newline at end of file +#OPTIONS = -DUSE_DIRECT_THREADING -DUSE_BIG_ENDIAN_UNALIGNED -DUSE_MMAP -DUSE_INLINE