diff options
author | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2010-12-04 14:25:04 +0100 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2010-12-04 14:25:04 +0100 |
commit | 46f2c1134d276944fb74584a61d90cc363aee7eb (patch) | |
tree | 6fa14b7ef509a3fb84305dec013dd24bcae6c17d /heimdall/Makefile.am | |
parent | Addresses: (diff) | |
download | Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.gz Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.bz2 Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.lz Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.xz Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.tar.zst Heimdall-46f2c1134d276944fb74584a61d90cc363aee7eb.zip |
Diffstat (limited to 'heimdall/Makefile.am')
-rw-r--r-- | heimdall/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am new file mode 100644 index 0000000..930319a --- /dev/null +++ b/heimdall/Makefile.am @@ -0,0 +1,19 @@ +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 |