]> sigrok.org Git - libsigrok.git/commit
Build: Pass nostdinc option to automake
authorDaniel Elstner <redacted>
Sat, 15 Aug 2015 16:10:50 +0000 (18:10 +0200)
committerDaniel Elstner <redacted>
Sun, 16 Aug 2015 16:28:13 +0000 (18:28 +0200)
commit9ac018d0fc7119dc7d016e9952bb7825b247d504
treee3137274cccb6b3e6b5178f149d91a8b47fb5efa
parentb5f0731971349eaad70d6fd2f8c704c4f5f3802c
Build: Pass nostdinc option to automake

It seems automake automatically adds the directory containing
the generated version.h to the include path.  Use nostdinc to
disable default includes altogether.
Makefile.am
configure.ac