Skip to content

Commit

Permalink
Removed byteorder.h from Makefile for 'make dist'
Browse files Browse the repository at this point in the history
Change-Id: Iea2bbc82528e6a07a8ca1cd7eb91ba4ad9e18df7
Reviewed-on: http://review.couchbase.org/12647
Tested-by: Steve Yen <steve.yen@gmail.com>
Reviewed-by: Bin Cui <bin.cui@gmail.com>
  • Loading branch information
steveyen authored and bcui6611 committed Jan 25, 2012
1 parent 1648a29 commit 4f9f91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -341,7 +341,7 @@ checkpoint_test_LDADD = libobjectregistry.la libconfiguration.la
mutation_log_test_CXXFLAGS = $(AM_CXXFLAGS) -I$(top_srcdir) ${NO_WERROR}
mutation_log_test_SOURCES = t/mutation_log_test.cc mutation_log.hh \
testlogger.cc mutation_log.cc \
byteorder.h byteorder.c \
byteorder.c \
crc32.h crc32.c
mutation_log_test_DEPENDENCIES = mutation_log.hh
mutation_log_test_LDADD =
Expand Down

0 comments on commit 4f9f91e

Please sign in to comment.