aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2013-07-09 09:37:14 -0700
committerEvan Charlton <evanc@google.com>2013-07-09 09:37:14 -0700
commit4ce58c2aa66ee2900f14c90cdf874cf27cc81756 (patch)
tree2f60161db8c47940b23008f41c9bd0972d928b98 /src/Makefile.am
parent0a1429cc5ee4865550bcdddfae681a30cef58a5a (diff)
downloadexternal_protobuf-4ce58c2aa66ee2900f14c90cdf874cf27cc81756.zip
external_protobuf-4ce58c2aa66ee2900f14c90cdf874cf27cc81756.tar.gz
external_protobuf-4ce58c2aa66ee2900f14c90cdf874cf27cc81756.tar.bz2
Fix the build
javanano_extension needed to be added to the Makefile.{am,in} in addition to the Android.mk file. Change-Id: I8b917fd72d1dec13e64b3c3d13bd204c83f31402
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3c9c4a5..37c1565 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -201,6 +201,7 @@ libprotoc_la_SOURCES = \
google/protobuf/compiler/javanano/javanano_enum.h \
google/protobuf/compiler/javanano/javanano_enum_field.cc \
google/protobuf/compiler/javanano/javanano_enum_field.h \
+ google/protobuf/compiler/javanano/javanano_extension.cc \
google/protobuf/compiler/javanano/javanano_field.cc \
google/protobuf/compiler/javanano/javanano_field.h \
google/protobuf/compiler/javanano/javanano_file.cc \