From da48d031c941afe1a62afb3f2eaf1c6bbee7300d Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 1 Jun 2011 15:34:20 +1000 Subject: Linux Makefile.am fixes. --- heimdall/Makefile.am | 8 +++++--- 1 file 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 -- cgit v1.1