rename smart.[ch] to atasmart.[ch]
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Jul 2008 18:07:56 +0000 (20:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Jul 2008 18:07:56 +0000 (20:07 +0200)
Makefile
atasmart.c [moved from smart.c with 100% similarity]
atasmart.h [moved from smart.h with 100% similarity]

index e3ed42b..396c5bf 100644 (file)
--- 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:
similarity index 100%
rename from smart.c
rename to atasmart.c
similarity index 100%
rename from smart.h
rename to atasmart.h