summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-07-01 21:23:29 +0200
committerLennart Poettering <lennart@poettering.net>2008-07-01 21:23:29 +0200
commit343670eb2dfcc7984aea856da155a3520b026f29 (patch)
tree1817dba89336e3e68f2610ab1c3a756604d1fc16 /Makefile
parent2713325d003f087969f61532d933597f1bed2dfe (diff)
rename libatasmart.vapi to atasmart.vapi to follow the header name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $^