aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/Makefile.in
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2011-09-13 00:30:13 +1000
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2011-09-13 00:34:15 +1000
commitfbbed42c1e5719cc7a4dceeba098981f19f37c06 (patch)
tree328ac8f966f2765c636b689aff4090fc5ce93d94 /heimdall/Makefile.in
parent0de82e08b6546200b266adfb34af458a85ffaf05 (diff)
downloadexternal_heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.zip
external_heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar.gz
external_heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar.bz2
Updated Heimdall (command line) autotools files for the 1.3.1 changes.
Heimdall 1.3.1 should now build on Linux and OS X.
Diffstat (limited to 'heimdall/Makefile.in')
-rw-r--r--heimdall/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/heimdall/Makefile.in b/heimdall/Makefile.in
index 752d08c..1abf2fc 100644
--- a/heimdall/Makefile.in
+++ b/heimdall/Makefile.in
@@ -253,15 +253,16 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
AM_CPPFLAGS = $(DEPS_CFLAGS) -I../libpit/Source
STATIC_LIBS = ../libpit/libpit-1.3.a
heimdall_SOURCES = source/BeginDumpPacket.h source/BridgeManager.cpp \
- source/BridgeManager.h source/ControlPacket.h source/DeviceInfoPacket.h \
- source/DeviceInfoResponse.h source/DumpPartFileTransferPacket.h \
- source/DumpPartPitFilePacket.h source/DumpResponse.h source/EndFileTransferPacket.h \
- source/EndModemFileTransferPacket.h source/EndPhoneFileTransferPacket.h \
+ source/BridgeManager.h source/DumpPartPitFilePacket.h source/DumpResponse.h \
+ source/EndFileTransferPacket.h source/EndModemFileTransferPacket.h \
+ source/EndPitFileTransferPacket.h source/EndPhoneFileTransferPacket.h \
source/EndSessionPacket.h source/FileTransferPacket.h source/FlashPartFileTransferPacket.h \
source/FlashPartPitFilePacket.h source/Heimdall.h source/InboundPacket.h \
source/Interface.cpp source/Interface.h source/main.cpp source/OutboundPacket.h \
source/Packet.h source/PitFilePacket.h source/PitFileResponse.h source/ReceiveFilePartPacket.h \
- source/ResponsePacket.h source/SendFilePartPacket.h source/SendFilePartResponse.h
+ source/ResponsePacket.h source/SendFilePartPacket.h source/SendFilePartResponse.h \
+ source/ControlPacket.h source/SessionSetupPacket.h source/SessionSetupResponse.h \
+ source/DumpPartFileTransferPacket.h
heimdall_LDADD = $(DEPS_LIBS) $(STATIC_LIBS)
@LINUXTARGET_TRUE@udevrulesdir = /lib/udev/rules.d