From 343670eb2dfcc7984aea856da155a3520b026f29 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Jul 2008 21:23:29 +0200 Subject: rename libatasmart.vapi to atasmart.vapi to follow the header name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d350dec..d75b16c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: smartkitd gnome-disk-health gnome-disk-health.ui smartkitd: smartkitd.vala - valac --save-temps -g -o $@ --vapidir=. --pkg=libatasmart --pkg=hal --pkg=dbus-glib-1 --Xcc="$(shell pkg-config --cflags --libs libatasmart)" $^ + valac --save-temps -g -o $@ --vapidir=. --pkg=atasmart --pkg=hal --pkg=dbus-glib-1 --Xcc="$(shell pkg-config --cflags --libs libatasmart)" $^ gnome-disk-health: gnome-disk-health.vala valac --save-temps -g -o $@ --pkg=gtk+-2.0 --pkg=dbus-glib-1 $^ -- cgit