aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-01 15:34:20 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-06-01 15:34:20 +1000
commitda48d031c941afe1a62afb3f2eaf1c6bbee7300d (patch)
treebfd8c44f302660d6902660561a1588dbf180019f
parent1ef6e97b9089042316b49bb6c01668b531e2eae5 (diff)
downloadexternal_heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.zip
external_heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar.gz
external_heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar.bz2
Linux Makefile.am fixes.
-rw-r--r--heimdall/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am
index 7c87931..1bc9f9a 100644
--- a/heimdall/Makefile.am
+++ b/heimdall/Makefile.am
@@ -12,8 +12,10 @@ heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \
source/FlashPartPitFilePacket.h source/Heimdall.h \
source/InboundPacket.h source/InterfaceManager.cpp source/InterfaceManager.h \
source/main.cpp source/OutboundPacket.h source/Packet.h source/PitFilePacket.h \
- source/PitFileResponse.h source/RebootDevicePacket.h source/ReceiveFilePartPacket.h \
- source/ResponsePacket.h source/SendFilePartPacket.h source/SendFilePartResponse.h
+ source/PitFileResponse.h source/EndSessionPacket.h source/ReceiveFilePartPacket.h \
+ source/ResponsePacket.h source/SendFilePartPacket.h \
+ source/SendFilePartResponse.h source/PitData.cpp source/PitData.h
+
heimdall_LDADD = $(DEPS_LIBS)
if LINUXTARGET
@@ -21,7 +23,7 @@ udevrulesdir = /lib/udev/rules.d
udevrules_DATA = 60-heimdall-galaxy-s.rules
install-data-hook:
- sudo service udev reload
+ sudo udevadm control --reload_rules
endif
dist_noinst_SCRIPTS = autogen.sh