~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/include.am

  • Committer: Andrew Hutchings
  • Date: 2010-12-15 18:59:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2006.
  • Revision ID: andrew@linuxjedi.co.uk-20101215185955-q12lkja8hdnpjqg7
Make the test look for drizzleadmin failure instead of success as this test is not possible to fix for success on our FreeBSD 8.0 box

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
16
16
 
17
 
nobase_dist_pkginclude_HEADERS+= \
18
 
                              drizzled/util/storable.h \
19
 
                              drizzled/util/string.h \
 
17
nobase_dist_include_HEADERS+= \
20
18
                              drizzled/util/backtrace.h \
21
19
                              drizzled/util/convert.h \
22
20
                              drizzled/util/functors.h \
23
 
                              drizzled/util/gmtime.h \
 
21
                              drizzled/util/storable.h \
 
22
                              drizzled/util/string.h \
24
23
                              drizzled/util/tablename_to_filename.h \
25
24
                              drizzled/util/test.h \
26
25
                              drizzled/util/tokenize.h
29
28
drizzled_util_libutil_la_SOURCES= \
30
29
                                  drizzled/util/backtrace.cc \
31
30
                                  drizzled/util/convert.cc \
32
 
                                  drizzled/util/gmtime.cc \
33
31
                                  drizzled/util/tablename_to_filename.cc
34
32