diff options
author | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-06-01 07:34:20 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-06-01 07:34:20 +0200 |
commit | da48d031c941afe1a62afb3f2eaf1c6bbee7300d (patch) | |
tree | bfd8c44f302660d6902660561a1588dbf180019f | |
parent | 1.2.0b Heimdall command line update. Large update that adds lots of PIT file functionality and better support for more devices. (diff) | |
download | Heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar Heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar.gz Heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar.bz2 Heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar.lz Heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar.xz Heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.tar.zst Heimdall-da48d031c941afe1a62afb3f2eaf1c6bbee7300d.zip |
-rw-r--r-- | heimdall/Makefile.am | 8 |
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
|