You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by br...@apache.org on 2010/08/04 20:51:57 UTC

svn commit: r982359 - /incubator/thrift/trunk/compiler/cpp/Makefile.am

Author: bryanduxbury
Date: Wed Aug  4 18:51:57 2010
New Revision: 982359

URL: http://svn.apache.org/viewvc?rev=982359&view=rev
Log:
THRIFT-133. add missing file to makefile.am

Modified:
    incubator/thrift/trunk/compiler/cpp/Makefile.am

Modified: incubator/thrift/trunk/compiler/cpp/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/Makefile.am?rev=982359&r1=982358&r2=982359&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/Makefile.am (original)
+++ incubator/thrift/trunk/compiler/cpp/Makefile.am Wed Aug  4 18:51:57 2010
@@ -33,6 +33,7 @@ thrift_SOURCES = src/thrifty.yy \
                  src/main.cc \
                  src/md5.c \
                  src/generate/t_generator.cc \
+                 src/generate/t_generator_registry.h \
                  src/globals.h \
                  src/main.h \
                  src/platform.h \