~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to win32/include.am

  • Committer: Monty Taylor
  • Date: 2011-02-11 22:57:37 UTC
  • mto: (2165.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2166.
  • Revision ID: mordred@inaugust.com-20110211225737-zb9chwaonvklf94d
Provide pkg-config files and also stick drizzle plugin files in a place
where we don't conflict with our tree.

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/conn_uds.c
 
23
                                   win32/alloca.c \
 
24
                                   win32/conn_uds.c \
 
25
                                   win32/mingw/poll.c
24
26
endif
25
27
 
26
28
noinst_HEADERS+= \
 
29
                 win32/alloca.h \
 
30
                 win32/mingw/errno.h \
 
31
                 win32/mingw/poll.h \
27
32
                 win32/windows/inttypes.h \
28
33
                 win32/windows/stdint.h
29
34
 
30
35
EXTRA_DIST+= \
31
36
             win32/drizzle.sln \
32
 
             win32/libdrizzle.vcxproj \
33
 
             win32/libdrizzle.vcxproj.filters \
 
37
             win32/libdrizzle.vcproj \
34
38
             win32/windows/errno.h
35
39