diff options
author | portix <portix@gmx.net> | 2013-05-09 12:07:55 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2013-05-09 12:07:55 +0200 |
commit | 2ca48c07ddedb109b6bd0fad57319d906362a6d4 (patch) | |
tree | 0700f9c5cde7345296f70cde2bcaa3ba19726074 /src/config.mk | |
parent | 9acf73f81af08ee4c05a10f6f72ee8b73ac75706 (diff) | |
download | dwb-2ca48c07ddedb109b6bd0fad57319d906362a6d4.zip |
Check for missing header files automatically
Diffstat (limited to 'src/config.mk')
-rw-r--r-- | src/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.mk b/src/config.mk new file mode 100644 index 00000000..bb4706af --- /dev/null +++ b/src/config.mk @@ -0,0 +1,3 @@ +ifeq ($(shell $(BASEDIR)/$(TOOLDIR)/check_header.sh execinfo.h $(CC)), 1) +CFLAGS += -DHAS_EXECINFO +endif |