~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-05-24 17:57:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1039.
  • Revision ID: mordred@inaugust.com-20090524175723-vpef2o5juk00so99
Build/dist fixes. Added my_print_defaults back for now - test_run needs it. But now it's a noinst. Moving forward, it either needs to be renamed and installed properly, or it needs to have its functionality wrapped up into something else.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
EXTRA_DIST=             config/config.rpath m4/gnulib-cache.m4 \
33
33
                        config/plugin.ac config/plugin.am \
34
34
                        config/autorun.sh
 
35
 
35
36
CLEANFILES=             ${BUILT_SOURCES}
36
37
DISTCLEANFILES=         ac_available_languages_fragment
37
38
MAINTAINERCLEANFILES=   autom4te.cache
47
48
                mystrings/libmystrings.la
48
49
 
49
50
noinst_PROGRAMS=\
50
 
                client/drizzletest
 
51
                client/drizzletest \
 
52
                extra/my_print_defaults
51
53
 
52
54
bin_PROGRAMS= \
53
55
                client/drizzle \
199
201
pkgplugin_LTLIBRARIES=
200
202
include config/plugin.am
201
203
 
 
204
extra_my_print_defaults_SOURCES= extra/my_print_defaults.cc
 
205
extra_my_print_defaults_LDADD= \
 
206
                $(top_builddir)/mysys/libmysys.la \
 
207
                $(top_builddir)/mystrings/libmystrings.la \
 
208
                $(LIBINTL)
 
209
 
 
210
EXTRA_DIST+=    ${man_MANS}
202
211
 
203
212
.PHONY: test \
204
213
    test-force \