Home | History | Annotate | Download | only in libipq
      1 # -*- Makefile -*-
      2 
      3 AM_CFLAGS = ${regular_CFLAGS}
      4 AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include
      5 
      6 libipq_la_SOURCES = libipq.c
      7 lib_LTLIBRARIES   = libipq.la
      8 man_MANS         = ipq_create_handle.3 ipq_destroy_handle.3 ipq_errstr.3 \
      9                    ipq_get_msgerr.3 ipq_get_packet.3 ipq_message_type.3 \
     10                    ipq_perror.3 ipq_read.3 ipq_set_mode.3 ipq_set_verdict.3 \
     11                    libipq.3
     12 
     13 pkgconfig_DATA = libipq.pc
     14