Skip to content

Commit

Permalink
Don't loose the cppflags added by automake
Browse files Browse the repository at this point in the history
This includes an -I directive to allow compilation of moxi from
another directory (eg. ../moxi/configure && make )

Change-Id: Ie84242bc12cfaee08e65ac1217fa161473131e9b
Reviewed-on: http://review.membase.org/3222
Reviewed-by: Dustin Sallings <dustin@spy.net>
Tested-by: Dustin Sallings <dustin@spy.net>
  • Loading branch information
trondn authored and dustin committed Oct 12, 2010
1 parent 036e93d commit 4d57d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -84,7 +84,7 @@ if BUILD_SOLARIS_PRIVS
moxi_SOURCES += solaris_priv.c
endif

moxi_CPPFLAGS = -DCONFLATE_DB_PATH=\"$(CONFLATE_DB_PATH)\"
moxi_CPPFLAGS = -DCONFLATE_DB_PATH=\"$(CONFLATE_DB_PATH)\" $(AM_CPPFLAGS)
moxi_LDADD =
moxi_LDFLAGS = $(LTLIBEVENT) $(LTLIBCONFLATE) $(LTLIBHASHKIT)
moxi_DEPENDENCIES =
Expand Down

0 comments on commit 4d57d12

Please sign in to comment.