~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/Makefile.am

Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
INCLUDES =              -I$(top_builddir)/include -I$(top_srcdir)/include \
17
17
                        $(openssl_includes)
18
 
pkglib_LIBRARIES =      libvio.a
 
18
pkglib_LTLIBRARIES =    libvio.la
 
19
libvio_la_SOURCES = 
 
20
libvio_la_LIBADD =      libviolt.la
 
21
 
 
22
noinst_LTLIBRARIES =    libviolt.la
19
23
 
20
24
noinst_HEADERS =        vio_priv.h
21
25
 
22
 
libvio_a_SOURCES =      vio.c viosocket.c
 
26
libviolt_la_SOURCES =   vio.c viosocket.c
23
27
 
24
28
EXTRA_DIST=             CMakeLists.txt
25
 
 
26
 
# Don't update the files from bitkeeper
27
 
%::SCCS/s.%