~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/include.am

  • Committer: Monty Taylor
  • Date: 2011-03-22 18:39:54 UTC
  • mto: (2246.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2247.
  • Revision ID: mordred@inaugust.com-20110322183954-fz8ciuywjz2llbyo
Split libdrizzle into 1.0 and 2.0. Applied the C++ changes to 2.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
 
21
21
if BUILD_WIN32
22
 
libdrizzle_libdrizzle_la_SOURCES+= \
23
 
                                   win32/conn_uds.c
 
22
libdrizzle_2_0_libdrizzle_libdrizzle_la_SOURCES+= \
 
23
                                                  win32/conn_uds.cc
 
24
libdrizzle_1_0_libdrizzle_libdrizzle_la_SOURCES+= \
 
25
                                                  win32/conn_uds.cc
24
26
endif
25
27
 
26
28
noinst_HEADERS+= \
28
30
                 win32/windows/stdint.h
29
31
 
30
32
EXTRA_DIST+= \
 
33
             win32/config.h \
 
34
             win32/conn_uds.cc \
31
35
             win32/drizzle.sln \
32
36
             win32/libdrizzle.vcxproj \
33
37
             win32/libdrizzle.vcxproj.filters \
34
 
             win32/windows/errno.h
 
38
             win32/windows/errno.h \
 
39
             win32/windows/inttypes.h \
 
40
             win32/windows/stdint.h
35
41