diff options
author | 2010-08-10 15:25:35 +0100 | |
---|---|---|
committer | 2010-08-10 17:30:23 +0100 | |
commit | 8e0376bf0e0f0e900a0d514e9354e0746b2e0e84 (patch) | |
tree | fe721bb72abb423cc0f927e09c87bc5c3ec0cd5a /paludis/args/legacy | |
parent | bdfc1539b10089dcbfaa23c519f088b6c2a912ce (diff) | |
download | paludis-8e0376bf0e0f0e900a0d514e9354e0746b2e0e84.tar.gz paludis-8e0376bf0e0f0e900a0d514e9354e0746b2e0e84.tar.xz |
Move some headers to legacy
Diffstat (limited to 'paludis/args/legacy')
-rw-r--r-- | paludis/args/legacy/Makefile.am | 1 | ||||
-rw-r--r-- | paludis/args/legacy/dep_list_args_group.hh | 4 | ||||
-rw-r--r-- | paludis/args/legacy/deps_option_arg.hh | 4 | ||||
-rw-r--r-- | paludis/args/legacy/install_args_group.hh | 6 |
4 files changed, 8 insertions, 7 deletions
diff --git a/paludis/args/legacy/Makefile.am b/paludis/args/legacy/Makefile.am index a62d70103..7f9262845 100644 --- a/paludis/args/legacy/Makefile.am +++ b/paludis/args/legacy/Makefile.am @@ -22,6 +22,7 @@ libpaludisargslegacy_@PALUDIS_PC_SLOT@_la_SOURCES = \ libpaludisargslegacy_@PALUDIS_PC_SLOT@_la_LDFLAGS = -version-info @VERSION_LIB_CURRENT@:@VERSION_LIB_REVISION@:0 libpaludisargslegacy_@PALUDIS_PC_SLOT@_la_LIBADD = \ + $(top_builddir)/paludis/legacy/libpaludislegacy_@PALUDIS_PC_SLOT@.la \ $(top_builddir)/paludis/libpaludis_@PALUDIS_PC_SLOT@.la \ $(top_builddir)/paludis/args/libpaludisargs_@PALUDIS_PC_SLOT@.la \ $(top_builddir)/paludis/util/libpaludisutil_@PALUDIS_PC_SLOT@.la diff --git a/paludis/args/legacy/dep_list_args_group.hh b/paludis/args/legacy/dep_list_args_group.hh index 0cfd1332c..1a50a529a 100644 --- a/paludis/args/legacy/dep_list_args_group.hh +++ b/paludis/args/legacy/dep_list_args_group.hh @@ -24,8 +24,8 @@ #include <paludis/args/args_option.hh> #include <paludis/args/legacy/deps_option_arg.hh> #include <paludis/args/args_group.hh> -#include <paludis/dep_list.hh> -#include <paludis/install_task.hh> +#include <paludis/legacy/dep_list.hh> +#include <paludis/legacy/install_task.hh> namespace paludis { diff --git a/paludis/args/legacy/deps_option_arg.hh b/paludis/args/legacy/deps_option_arg.hh index f138f52b7..9595ad79c 100644 --- a/paludis/args/legacy/deps_option_arg.hh +++ b/paludis/args/legacy/deps_option_arg.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2010 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -21,7 +21,7 @@ #define PALUDIS_GUARD_SRC_COMMON_ARGS_DEPS_OPTION_ARG_HH 1 #include <paludis/args/args_option.hh> -#include <paludis/dep_list.hh> +#include <paludis/legacy/dep_list.hh> /** \file * Declarations for the DepsOptionArg class. diff --git a/paludis/args/legacy/install_args_group.hh b/paludis/args/legacy/install_args_group.hh index 22204675c..acada1e10 100644 --- a/paludis/args/legacy/install_args_group.hh +++ b/paludis/args/legacy/install_args_group.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2006, 2007, 2008, 2009 Ciaran McCreesh + * Copyright (c) 2006, 2007, 2008, 2009, 2010 Ciaran McCreesh * Copyright (c) 2007 David Leverton * * This file is part of the Paludis package manager. Paludis is free software; @@ -25,8 +25,8 @@ #include <paludis/args/args_option.hh> #include <paludis/args/args_group.hh> -#include <paludis/dep_list-fwd.hh> -#include <paludis/install_task.hh> +#include <paludis/legacy/dep_list-fwd.hh> +#include <paludis/legacy/install_task.hh> /** \file * Declarations for the InstallArgsGroup class. |