~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/include.am

  • Committer: Brian Aker
  • Date: 2011-02-13 22:15:19 UTC
  • mfrom: (2165.1.6 drizzle-staging)
  • Revision ID: brian@tangent.org-20110213221519-7a1zyzo0vfpw9jbm
Merge Monty

Show diffs side-by-side

added added

removed removed

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