From 0398410e8894287da530cfb63d6344817445bfc2 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Thu, 12 Mar 2009 20:55:34 +0000 Subject: Changes to build DLLs instead of static libs on Windows; primarily added decorators to exported names. Fixes QPID-1673 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 1a318e14fe..0eece459b6 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -671,6 +671,7 @@ nobase_include_HEADERS = \ qpid/management/ManagementEvent.h \ qpid/management/ManagementExchange.h \ qpid/management/ManagementObject.h \ + qpid/sys/alloca.h \ qpid/sys/AggregateOutput.h \ qpid/sys/AsynchIO.h \ qpid/sys/AsynchIOHandler.h \ @@ -720,7 +721,9 @@ nobase_include_HEADERS = \ qpid/sys/Time.h \ qpid/sys/Timer.h \ qpid/sys/TimeoutHandler.h \ - qpid/sys/uuid.h + qpid/sys/uuid.h \ + qpid/CommonImportExport.h \ + qpid/client/ClientImportExport.h # Force build of qpidd during dist phase so help2man will work. dist-hook: $(BUILT_SOURCES) -- cgit v1.2.1