~jan-kneschke/mysql-proxy/packet-tracking-assertions

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Kay Roepke
  • Date: 2009-09-02 14:04:24 UTC
  • Revision ID: kay@sun.com-20090902140424-j795532tpi1y06lt
Fix linking errors on Win32:
 * chassis-timing was missing CHASSIS_API
 * evutil_socketpair was not exported

Suppress superfluous warnings from MSVC and fix a couple of valid ones (unused variables etc).

Add third path to the dllexport macros, to be used in testcases which are statically linked (fixes linker warnings).
Fixes PR-237

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                winbuild.bat \
11
11
                doxygen-scripts \
12
12
                CMakeLists.txt \
13
 
                mysql-chassis.pc.cmake \
14
 
                mysql-proxy.pc.cmake \
15
 
                deps \
16
 
                internal
 
13
                deps
17
14
 
18
15
ACLOCAL_AMFLAGS = -I m4
19
16
 
20
 
pkgconfigdir = $(libdir)/pkgconfig
21
 
pkgconfig_DATA = mysql-proxy.pc mysql-chassis.pc
22
 
 
23
 
$(pkgconfig_DATA): config.status
24
 
 
25
17
dist-hook:
26
18
        rm -rf `find $(distdir) -type d -name .bzr -print`
27
19