fix broken build introduced with THRIFT-1336
authorRoger Meier <roger@apache.org>
Thu, 10 May 2012 21:17:53 +0000 (21:17 +0000)
committerRoger Meier <roger@apache.org>
Thu, 10 May 2012 21:17:53 +0000 (21:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1336895 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/Makefile.am
test/Makefile.am

index 21f70dd..6e2b2ba 100755 (executable)
@@ -224,8 +224,7 @@ processor_test_SOURCES = src/thrift/processor/test/ProcessorTest.cpp \
                         src/thrift/processor/test/ServerThread.cpp \
                         src/thrift/processor/test/EventLog.h \
                         src/thrift/processor/test/Handlers.h \
-                        src/thrift/processor/test/ServerThread.h \
-                        src/thrift/processor/test/gen-cpp/ChildService.h
+                        src/thrift/processor/test/ServerThread.h
 
 processor_test_LDADD = libprocessortest.la \
                        libthrift.la \
@@ -249,14 +248,14 @@ gen-cpp/ChildService.cpp: $(top_srcdir)/lib/cpp/src/thrift/processor/test/proc.t
        $(THRIFT) --gen cpp:templates,cob_style $<
 
 nodist_libprocessortest_la_SOURCES = \
-       gen-cpp/ChildService.h \
-       gen-cpp/ChildService.cpp \
-       gen-cpp/ParentService.h \
-       gen-cpp/ParentService.cpp
+       src/thrift/processor/test/gen-cpp/ChildService.h \
+       src/thrift/processor/test/gen-cpp/ChildService.cpp \
+       src/thrift/processor/test/gen-cpp/ParentService.h \
+       src/thrift/processor/test/gen-cpp/ParentService.cpp
 
 WINDOWS_DIST = \
              README_WINDOWS \
-             src/windows \
+             src/thrift/windows \
              thrift.sln \
              libthrift.vcxproj \
              libthrift.vcxproj.filters \
index 1ad9063..e9d02e2 100755 (executable)
@@ -53,7 +53,6 @@ check-local:
 EXTRA_DIST = \
        cpp \
        csharp \
-       erl \
        hs \
        nodejs \
        ocaml \