aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-11-17 16:05:25 +1100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-11-17 16:05:34 +1100
commitee53613ec16af1334516402a9ba99a92934fe01c (patch)
treed73f773e25ccbe027da9a2c10053db959e65a7be /heimdall/Makefile.am
parent1ddfdc1a880279ce07b2c43f60b7aa138d4ad315 (diff)
downloadexternal_heimdall-ee53613ec16af1334516402a9ba99a92934fe01c.zip
external_heimdall-ee53613ec16af1334516402a9ba99a92934fe01c.tar.gz
external_heimdall-ee53613ec16af1334516402a9ba99a92934fe01c.tar.bz2
Continue to support autotools... for now
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 e13860f..bc30c98 100644
--- a/heimdall/Makefile.am
+++ b/heimdall/Makefile.am
@@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
-AM_CPPFLAGS = $(DEPS_CFLAGS) -std=c++0x -I../libpit/Source
+AM_CPPFLAGS = $(DEPS_CFLAGS) -std=c++0x -I../libpit/Source -DAUTOCONF
STATIC_LIBS = ../libpit/libpit-1.4.a
bin_PROGRAMS = heimdall
heimdall_SOURCES = source/Arguments.cpp \