From cf49034025d46568a4db4aab3f09dfe912349bb8 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Thu, 19 Feb 2009 01:53:08 -0500 Subject: [PATCH] ust: move files from hello to libtracing --- hello/Makefile | 2 +- {hello => libtracing}/marker-control.c | 0 {hello => libtracing}/marker-control.h | 0 {hello => libtracing}/serialize.c | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename {hello => libtracing}/marker-control.c (100%) rename {hello => libtracing}/marker-control.h (100%) rename {hello => libtracing}/serialize.c (100%) diff --git a/hello/Makefile b/hello/Makefile index d4a2a29..1e65c5e 100644 --- a/hello/Makefile +++ b/hello/Makefile @@ -2,7 +2,7 @@ all: hello hello: hello.c #dynamic version - gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing $(CFLAGS) -Wl,-rpath ../../../../urcu -o hello hello.c marker-control.c serialize.c + gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing $(CFLAGS) -Wl,-rpath ../../../../urcu -o hello hello.c # -Wl,--print-map clean: diff --git a/hello/marker-control.c b/libtracing/marker-control.c similarity index 100% rename from hello/marker-control.c rename to libtracing/marker-control.c diff --git a/hello/marker-control.h b/libtracing/marker-control.h similarity index 100% rename from hello/marker-control.h rename to libtracing/marker-control.h diff --git a/hello/serialize.c b/libtracing/serialize.c similarity index 100% rename from hello/serialize.c rename to libtracing/serialize.c -- 2.34.1