summaryrefslogtreecommitdiffstats
path: root/heimdall/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-06-01 06:09:56 +0200
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-06-01 06:09:56 +0200
commit082fb091f1a0cab9d00e82de54fee32b6a1c0c7b (patch)
treea3e73e4d8b2279c3221a297ac770c96ef92175e2 /heimdall/Makefile.am
parentFixed file transfer sequence bug (diff)
downloadHeimdall-082fb091f1a0cab9d00e82de54fee32b6a1c0c7b.tar
Heimdall-082fb091f1a0cab9d00e82de54fee32b6a1c0c7b.tar.gz
Heimdall-082fb091f1a0cab9d00e82de54fee32b6a1c0c7b.tar.bz2
Heimdall-082fb091f1a0cab9d00e82de54fee32b6a1c0c7b.tar.lz
Heimdall-082fb091f1a0cab9d00e82de54fee32b6a1c0c7b.tar.xz
Heimdall-082fb091f1a0cab9d00e82de54fee32b6a1c0c7b.tar.zst
Heimdall-082fb091f1a0cab9d00e82de54fee32b6a1c0c7b.zip
Diffstat (limited to 'heimdall/Makefile.am')
-rw-r--r--heimdall/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/Makefile.am b/heimdall/Makefile.am
index c793757..cf171e0 100644
--- a/heimdall/Makefile.am
+++ b/heimdall/Makefile.am
@@ -1,8 +1,8 @@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
AM_CPPFLAGS = $(DEPS_CFLAGS) -std=c++0x -I../libpit/Source
+AC_SYS_LARGEFILE
STATIC_LIBS = ../libpit/libpit-1.4.a
-
bin_PROGRAMS = heimdall
heimdall_SOURCES = source/Arguments.cpp \
source/BridgeManager.cpp \