00001 // Copyright (c) 2005-2008 Hartmut Kaiser 00002 // 00003 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 #ifndef SAGA_SAGA_ADVERT_HPP 00007 #define SAGA_SAGA_ADVERT_HPP 00008 00009 // advert comes from the data package 00010 #include <saga/saga/packages/advert/version.hpp> 00011 #include <saga/saga/packages/advert/advert.hpp> 00012 #include <saga/saga/packages/advert/advert_directory.hpp> 00013 00014 #if !defined(SAGA_ADVERT_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00015 #define SAGA_AUTOLINK_LIB_NAME "advert" 00016 #include <saga/saga/autolink.hpp> 00017 #endif 00018 00019 #endif // SAGA_SAGA_ADVERT_HPP 00020