Changeset 833 for trunk/yat/classifier


Ignore:
Timestamp:
Apr 9, 2007, 12:09:58 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #217. Fixed so that 'make distcheck' compiles but tests fail due to data file access.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/Makefile.am

    r832 r833  
    44
    55# Copyright (C) 2005, 2006 Jari Häkkinen, Markus Ringnér, Peter Johansson
    6 # Copyright (C) 2007 Peter Johansson
     6# Copyright (C) 2007 Jari Häkkinen, Peter Johansson
    77#
    88# This file is part of the yat library, http://lev.thep.lu.se/trac/yat
     
    2222# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    2323# 02111-1307, USA.
     24
     25AM_CPPFLAGS = -I@top_srcdir@
    2426
    2527noinst_LTLIBRARIES = libclassifier.la
     
    5456  Target.cc \
    5557  utility.cc
    56 
    5758
    5859include_classifierdir = $(includedir)/yat/classifier
Note: See TracChangeset for help on using the changeset viewer.