- fixed poll emulation management
[vde.git] / vde-2 / vdetaplib / Makefile.am
blob450569a99106a53dea42fa9842e26f8233cd8e7d
1 pkglib_LTLIBRARIES = libvdetap.la
2 libexec_PROGRAMS = vdetap
4 libvdetap_la_SOURCES = libvdetap.c
5 libvdetap_la_LDFLAGS = -avoid-version -export-dynamic -module -Wl,-init -Wl,libvdetap_init -Wl,-fini -Wl,libvdetap_fini
6 # vdetaplib/libvdetap.c|85| warning: dereferencing type-punned pointer will break strict-aliasing rules
7 libvdetap_la_CFLAGS = -fno-strict-aliasing 
9 AM_CPPFLAGS=-DLIBEXECDIR=\"$(libexecdir)\"
11 vdetap_SOURCES = vdetap.c
12 vdetap_LDADD = ../compat/libvdecompat.la ../libvdeplug/libvdeplug.la
13 vdetap_LDFLAGS = -Wl,-ldl