lib_LTLIBRARIES = libvip.la INCLUDES = @DEFINES@ -DVIP_EXPORTS vipincludedir = $(includedir)/vos/vip vipinclude_HEADERS = vipdefs.hh vip.hh socketthread.hh \ lowlatencyproto.hh connection.hh \ socketmultiplexer.hh stdprotocol.hh \ protocol.hh libvip_la_SOURCES = vipdefs.hh vip.hh \ socketthread.hh socketthread.cc \ lowlatencyproto.hh lowlatencyproto.cc \ connection.hh connection.cc \ socketmultiplexer.hh socketmultiplexer.cc \ stdprotocol.hh stdprotocol.cc libvip_la_LDFLAGS = -L$(top_builddir)/inplace/lib -no-undefined -version-info 0:0:0 libvip_la_LIBADD = -lvutil INPLACE_LIB=libvip include $(top_srcdir)/inplace.mak all-local: install-lib-inplace libvip_la_GUID=2a0843f4-a423-41dc-a8bc-5a79ffe4c416 include $(top_srcdir)/autonmake.mak include $(top_srcdir)/autovcproj.mak EXTRA_DIST=libvip.vcproj