Changeset 675 for trunk/c++_tools/utility/Makefile.am
- Timestamp:
- Oct 10, 2006, 2:08:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/utility/Makefile.am
r616 r675 6 6 # Copyright (C) 2006 Jari Häkkinen 7 7 # 8 # This file is part of the thep c++ tools library, 9 # http://lev.thep.lu.se/trac/c++_tools 8 # This file is part of the yat library, http://lev.thep.lu.se/trac/yat 10 9 # 11 # The c++ tools library is free software; you can redistribute it12 # and/ormodify it under the terms of the GNU General Public License as10 # The yat library is free software; you can redistribute it and/or 11 # modify it under the terms of the GNU General Public License as 13 12 # published by the Free Software Foundation; either version 2 of the 14 13 # License, or (at your option) any later version. 15 14 # 16 # The c++library is distributed in the hope that it will be useful,15 # The yat library is distributed in the hope that it will be useful, 17 16 # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 18 # General Public License for more details. 20 19 # … … 30 29 31 30 32 include_utilitydir = $(includedir)/ c++_tools/utility31 include_utilitydir = $(includedir)/yat/utility 33 32 34 33 include_utility_HEADERS = \
Note: See TracChangeset
for help on using the changeset viewer.