diff options
author | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2010-12-04 14:43:30 +0100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2010-12-04 14:43:30 +0100 |
commit | 7675cd8a8714406193c28331c9956699ff7d4226 (patch) | |
tree | e2a3c6d3b607211d7f9f15e7568a283919fa2f25 /Heimdall/heimdall/Makefile.am | |
parent | Removed the "Heimdall" folder and moved its contents to the root directory. (diff) | |
download | Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.gz Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.bz2 Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.lz Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.xz Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.tar.zst Heimdall-7675cd8a8714406193c28331c9956699ff7d4226.zip |
Diffstat (limited to 'Heimdall/heimdall/Makefile.am')
-rw-r--r-- | Heimdall/heimdall/Makefile.am | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Heimdall/heimdall/Makefile.am b/Heimdall/heimdall/Makefile.am deleted file mode 100644 index 930319a..0000000 --- a/Heimdall/heimdall/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -AUTOMAKE_OPTIONS = subdir-objects
-ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -AM_CPPFLAGS = $(DEPS_CFLAGS)
-
-bin_PROGRAMS = heimdall
-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/FileTransferPacket.h source/FlashPartFileTransferPacket.h \
- 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
-heimdall_LDADD = $(DEPS_LIBS)
-
-dist_noinst_SCRIPTS = autogen.sh
\ No newline at end of file |