Closed calfeld-zz closed 10 years ago
Hi Chris,
I had fixed that about a month ago, and before you opened the issue:
https://github.com/ironbee/libhtp/commit/b4a6f97825b27194fe37cc073dd365a135a31ae8
Can you please check that the latest from the 0.5.x branch work for you? Or is there something else wrong?
Hi Ivan,
My bad. 0.5.x master looks good.
Thanks, c.
Christopher Alfeld | calfeld@qualys.com Director of Research Qualys, Inc. | Continuous Security | www.qualys.com http://www.qualys.comDirect: 650.801.7776 | Mobile: 608.628.4512
On Mon, Nov 18, 2013 at 11:01 AM, Ivan Ristić notifications@github.comwrote:
Hi Chris,
I had fixed that about a month ago, and before you opened the issue:
b4a6f97https://github.com/ironbee/libhtp/commit/b4a6f97825b27194fe37cc073dd365a135a31ae8
Can you please check that the latest from the 0.5.x branch work for you? Or is there something else wrong?
— Reply to this email directly or view it on GitHubhttps://github.com/ironbee/libhtp/issues/62#issuecomment-28716295 .
Automake is moving towards a different default for subdirs-objects (off vs on) and issuing warnings for any Makefile that would be impacted and doesn't explicitly set it. This includes libhtp. To fix, change test/Makefile.am to:
That is, add
AUTOMAKE_OPTIONS = subdir-objects
and remove the unnecessary$(srcdir)/
before eachlibgtest_a_SOURCES
.