From 37010c3c1a006bf7f3181a1746751c99645ad4bb Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Tue, 21 Feb 2012 17:22:52 -0500 Subject: [PATCH] rename lttngtop/ to src/ Signed-off-by: Julien Desfossez --- Makefile.am | 2 +- configure.ac | 2 +- {lttngtop => src}/Makefile.am | 0 {lttngtop => src}/common.c | 0 {lttngtop => src}/common.h | 0 {lttngtop => src}/cputop.c | 0 {lttngtop => src}/cputop.h | 0 {lttngtop => src}/cursesdisplay.c | 0 {lttngtop => src}/cursesdisplay.h | 0 {lttngtop => src}/iostreamtop.c | 0 {lttngtop => src}/iostreamtop.h | 0 {lttngtop => src}/lttngtop.c | 0 {lttngtop => src}/lttngtoptypes.h | 0 13 files changed, 2 insertions(+), 2 deletions(-) rename {lttngtop => src}/Makefile.am (100%) rename {lttngtop => src}/common.c (100%) rename {lttngtop => src}/common.h (100%) rename {lttngtop => src}/cputop.c (100%) rename {lttngtop => src}/cputop.h (100%) rename {lttngtop => src}/cursesdisplay.c (100%) rename {lttngtop => src}/cursesdisplay.h (100%) rename {lttngtop => src}/iostreamtop.c (100%) rename {lttngtop => src}/iostreamtop.h (100%) rename {lttngtop => src}/lttngtop.c (100%) rename {lttngtop => src}/lttngtoptypes.h (100%) diff --git a/Makefile.am b/Makefile.am index 009425c..733b0cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = lttngtop +SUBDIRS = src diff --git a/configure.ac b/configure.ac index d38cefb..495a5e0 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,6 @@ AC_SUBST(PACKAGE_CFLAGS) AC_CONFIG_FILES([ Makefile - lttngtop/Makefile + src/Makefile ]) AC_OUTPUT diff --git a/lttngtop/Makefile.am b/src/Makefile.am similarity index 100% rename from lttngtop/Makefile.am rename to src/Makefile.am diff --git a/lttngtop/common.c b/src/common.c similarity index 100% rename from lttngtop/common.c rename to src/common.c diff --git a/lttngtop/common.h b/src/common.h similarity index 100% rename from lttngtop/common.h rename to src/common.h diff --git a/lttngtop/cputop.c b/src/cputop.c similarity index 100% rename from lttngtop/cputop.c rename to src/cputop.c diff --git a/lttngtop/cputop.h b/src/cputop.h similarity index 100% rename from lttngtop/cputop.h rename to src/cputop.h diff --git a/lttngtop/cursesdisplay.c b/src/cursesdisplay.c similarity index 100% rename from lttngtop/cursesdisplay.c rename to src/cursesdisplay.c diff --git a/lttngtop/cursesdisplay.h b/src/cursesdisplay.h similarity index 100% rename from lttngtop/cursesdisplay.h rename to src/cursesdisplay.h diff --git a/lttngtop/iostreamtop.c b/src/iostreamtop.c similarity index 100% rename from lttngtop/iostreamtop.c rename to src/iostreamtop.c diff --git a/lttngtop/iostreamtop.h b/src/iostreamtop.h similarity index 100% rename from lttngtop/iostreamtop.h rename to src/iostreamtop.h diff --git a/lttngtop/lttngtop.c b/src/lttngtop.c similarity index 100% rename from lttngtop/lttngtop.c rename to src/lttngtop.c diff --git a/lttngtop/lttngtoptypes.h b/src/lttngtoptypes.h similarity index 100% rename from lttngtop/lttngtoptypes.h rename to src/lttngtoptypes.h -- 2.34.1