]> git.ipfire.org Git - thirdparty/libatasmart.git/commitdiff
rename smartkit.c smart.c
authorLennart Poettering <lennart@poettering.net>
Sun, 29 Jun 2008 15:48:38 +0000 (17:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Sun, 29 Jun 2008 15:48:38 +0000 (17:48 +0200)
Makefile
smart.c [moved from smartkit.c with 100% similarity]

index ab81e6bde0ee67bc1dc17ff1684b05952a31c677..494183f6233a9f906bf999e9909977e463a37e7e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CFLAGS=`pkg-config --cflags glib-2.0` -pipe -Wall -W -O0 -g
 LIBS=`pkg-config --libs glib-2.0`
 
-skdump: smartkit.o skdump.o
+skdump: smart.o skdump.o
        $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
similarity index 100%
rename from smartkit.c
rename to smart.c