From f7f29172cb11fabf1d017ecdadaf32ea37eca4df Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Sun, 10 Mar 2013 02:32:16 +1100 Subject: Updated Linux build files and fixed a string formatting warning in Heimdall Frontend. --- heimdall/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'heimdall/Makefile.am') diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am index dcebb73..f1a659f 100644 --- a/heimdall/Makefile.am +++ b/heimdall/Makefile.am @@ -9,7 +9,6 @@ heimdall_SOURCES = source/Arguments.cpp \ source/ClosePcScreenAction.cpp \ source/DetectAction.cpp \ source/DownloadPitAction.cpp \ - source/DumpAction.cpp \ source/FlashAction.cpp \ source/HelpAction.cpp \ source/InfoAction.cpp \ @@ -31,7 +30,7 @@ install-data-hook: @echo "IMPORTANT - You must reboot your machine or execute the following as root:" if UDEVADM - @echo "udevadm control --reload_rules" + @echo "udevadm control --reload-rules" else @echo "service udev restart" endif -- cgit v1.1