Changeset 675 for trunk/c++_tools/classifier/Makefile.am
- Timestamp:
- Oct 10, 2006, 2:08:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/classifier/Makefile.am
r666 r675 5 5 # Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson, Markus Ringnèr 6 6 # 7 # This file is part of the thep c++ tools library, 8 # http://lev.thep.lu.se/trac/c++_tools 7 # This file is part of the yat library, http://lev.thep.lu.se/trac/yat 9 8 # 10 # The c++ tools library is free software; you can redistribute it11 # and/ormodify it under the terms of the GNU General Public License as9 # The yat library is free software; you can redistribute it and/or 10 # modify it under the terms of the GNU General Public License as 12 11 # published by the Free Software Foundation; either version 2 of the 13 12 # License, or (at your option) any later version. 14 13 # 15 # The c++library is distributed in the hope that it will be useful,14 # The yat library is distributed in the hope that it will be useful, 16 15 # but WITHOUT ANY WARRANTY; without even the implied warranty of 17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 17 # General Public License for more details. 19 18 # … … 58 57 59 58 60 include_classifierdir = $(includedir)/ c++_tools/classifier59 include_classifierdir = $(includedir)/yat/classifier 61 60 62 61 include_classifier_HEADERS = \
Note: See TracChangeset
for help on using the changeset viewer.