diff options
author | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2011-09-12 16:30:13 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2011-09-12 16:34:15 +0200 |
commit | fbbed42c1e5719cc7a4dceeba098981f19f37c06 (patch) | |
tree | 328ac8f966f2765c636b689aff4090fc5ce93d94 /heimdall/Makefile.in | |
parent | Heimdall 1.3.1 (diff) | |
download | Heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar Heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar.gz Heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar.bz2 Heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar.lz Heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar.xz Heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.tar.zst Heimdall-fbbed42c1e5719cc7a4dceeba098981f19f37c06.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall/Makefile.in | 11 |
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 |