aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2013-03-10 02:32:16 +1100
committerBenjamin Dobell <benjamin.dobell@+gitglassechidna.com.au>2013-03-10 02:33:12 +1100
commitf7f29172cb11fabf1d017ecdadaf32ea37eca4df (patch)
tree1433486d66287440a006288379da0c2f1f2e3b3b /heimdall/Makefile.am
parentef7c9a6377a80741921240a16d02ea09adf929f9 (diff)
downloadexternal_heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.zip
external_heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.gz
external_heimdall-f7f29172cb11fabf1d017ecdadaf32ea37eca4df.tar.bz2
Updated Linux build files and fixed a string formatting warning in Heimdall Frontend.
Diffstat (limited to 'heimdall/Makefile.am')
-rw-r--r--heimdall/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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