summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2009-12-23 16:26:49 +0100
committerJohn Kacur <jkacur@redhat.com>2009-12-23 16:26:49 +0100
commit3dec3c9e0421f7fd38ecb321faad1eacec740cc0 (patch)
treeb548517151bc1dd714f711b6437839b973854293
parent3b0dcdaefcdb654bc89b96d9f7f5ddbc31f6887e (diff)
downloadrt-tests-3dec3c9e0421f7fd38ecb321faad1eacec740cc0.tar.gz
rt-tests: Move header files from src/lib to src/include
Move header files from src/lib to src/include and adjust the Makefile to reflect this change. Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--Makefile2
-rw-r--r--src/include/rt-get_cpu.h (renamed from src/lib/rt-get_cpu.h)0
-rw-r--r--src/include/rt-utils.h (renamed from src/lib/rt-utils.h)0
3 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df5a2f4..b30a139 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ bindir ?= $(prefix)/bin
mandir ?= $(prefix)/share/man
srcdir ?= $(prefix)/src
-CFLAGS = -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/lib -Isrc/include
+CFLAGS = -D_GNU_SOURCE -Wall -Wno-nonnull -Isrc/include
ifndef DEBUG
CFLAGS += -O2
diff --git a/src/lib/rt-get_cpu.h b/src/include/rt-get_cpu.h
index 15d05fc..15d05fc 100644
--- a/src/lib/rt-get_cpu.h
+++ b/src/include/rt-get_cpu.h
diff --git a/src/lib/rt-utils.h b/src/include/rt-utils.h
index cc23c33..cc23c33 100644
--- a/src/lib/rt-utils.h
+++ b/src/include/rt-utils.h