You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ma...@apache.org on 2010/02/06 02:08:13 UTC

svn commit: r907150 - in /hadoop/avro/trunk: CHANGES.txt lang/c/src/Makefile.am

Author: massie
Date: Sat Feb  6 01:08:13 2010
New Revision: 907150

URL: http://svn.apache.org/viewvc?rev=907150&view=rev
Log:
AVRO-408. lang/c/build.sh 'dist' broken (now fixed)

Modified:
    hadoop/avro/trunk/CHANGES.txt
    hadoop/avro/trunk/lang/c/src/Makefile.am

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=907150&r1=907149&r2=907150&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Sat Feb  6 01:08:13 2010
@@ -454,6 +454,8 @@
 
     AVRO-401. Fix a typo in the specification.  (Tom White via cutting)
 
+    AVRO-408. lang/c/build.sh 'dist' broken (massie)
+
 Avro 1.2.0 (14 October 2009)
 
   INCOMPATIBLE CHANGES

Modified: hadoop/avro/trunk/lang/c/src/Makefile.am
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/lang/c/src/Makefile.am?rev=907150&r1=907149&r2=907150&view=diff
==============================================================================
--- hadoop/avro/trunk/lang/c/src/Makefile.am (original)
+++ hadoop/avro/trunk/lang/c/src/Makefile.am Sat Feb  6 01:08:13 2010
@@ -9,7 +9,7 @@
 libavro_la_SOURCES = st.c st.h schema.c schema.h schema_equal.c \
 datum.c datum_equal.c datum_validate.c datum_read.c datum_skip.c datum_write.c datum.h \
 io.c dump.c dump.h encoding_binary.c \
-container_of.h encoding.h datafile.c
+avro_private.h encoding.h datafile.c
 libavro_la_LIBADD = $(top_builddir)/jansson/src/.libs/libjansson.a
 libavro_la_LDFLAGS = \
         -version-info $(LIBAVRO_VERSION) \