summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-01 20:07:56 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-01 20:07:56 +0200
commitc4a88b93465d54e97cda6f1ee739bb45ab0fadd0 (patch)
tree43d42d17c4bf46ed2055a6baed960a6f8a0acaa4
parent3bd478d6d2c415b9a22622af973fdee9b1718422 (diff)
rename smart.[ch] to atasmart.[ch]
-rw-r--r--Makefile4
-rw-r--r--atasmart.c (renamed from smart.c)0
-rw-r--r--atasmart.h (renamed from smart.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3ed42b..396c5bf 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ LIBS=
all: skdump sktest
-skdump: smart.o skdump.o
+skdump: atasmart.o skdump.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
-sktest: smart.o sktest.o
+sktest: atasmart.o sktest.o
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
clean:
diff --git a/smart.c b/atasmart.c
index 9d8a530..9d8a530 100644
--- a/smart.c
+++ b/atasmart.c
diff --git a/smart.h b/atasmart.h
index bc4100e..bc4100e 100644
--- a/smart.h
+++ b/atasmart.h