summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 $^