lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # -*- Makefile -*- |
2 | |||||
3 | AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include | ||||
4 | |||||
5 | libipq_a_SOURCES = libipq.c | ||||
6 | lib_LIBRARIES = libipq.a | ||||
7 | man_MANS = ipq_create_handle.3 ipq_destroy_handle.3 ipq_errstr.3 \ | ||||
8 | ipq_get_msgerr.3 ipq_get_packet.3 ipq_message_type.3 \ | ||||
9 | ipq_perror.3 ipq_read.3 ipq_set_mode.3 ipq_set_verdict.3 \ | ||||
10 | libipq.3 |