~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Merged from Robert: Eliminate separate Makefile.am for drizzled/hash and drizzled/message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
ACLOCAL_AMFLAGS = -I m4 --force
17
17
 
 
18
# includes append to these:
 
19
TESTS = 
 
20
check_PROGRAMS =
 
21
noinst_HEADERS =
 
22
noinst_LTLIBRARIES =
 
23
noinst_PROGRAMS =
 
24
 
18
25
# Process this file with automake to create Makefile.in
19
26
if BUILD_GETTEXT
20
27
  po=po
24
31
 
25
32
SUBDIRS = ${po} \
26
33
          gnulib \
27
 
          drizzled/hash \
28
 
          drizzled/message \
29
34
          . \
30
35
          drizzled \
31
36
          tests \
53
58
                        $(LIBDRIZZLE) $(LIBINTL) $(LIBZ) \
54
59
                        client/libgetpassword.la
55
60
 
56
 
noinst_LTLIBRARIES= \
 
61
noinst_LTLIBRARIES+= \
57
62
                client/libgetpassword.la \
58
63
                mysys/libmysys.la \
59
64
                mystrings/libmystrings.la
60
65
 
61
 
noinst_PROGRAMS=\
 
66
noinst_PROGRAMS+=\
62
67
                client/drizzletest \
63
68
                extra/my_print_defaults
64
69
 
77
82
 
78
83
client_libgetpassword_la_SOURCES= client/get_password.cc
79
84
 
80
 
noinst_HEADERS= \
 
85
noinst_HEADERS+=        \
81
86
                client/client_priv.h \
82
87
                client/errname.h \
83
88
                client/get_password.h \
300
305
        find . -name '*.gcno' | xargs rm -f 
301
306
 
302
307
include config/lint-source.am
 
308
 
 
309
include drizzled/hash/include.am
 
310
include drizzled/message/include.am