lib_LTLIBRARIES = libopenobex.la libopenobex_la_SOURCES = \ obex.c \ obex_main.c obex_main.h \ obex_connect.c obex_connect.h \ obex_header.c obex_header.h \ obex_object.c obex_object.h \ obex_transport.c obex_transport.h \ obex_server.c obex_server.h \ obex_client.c obex_client.h \ irobex.c irobex.h \ inobex.c inobex.h \ btobex.c btobex.h \ databuffer.c databuffer.h \ irda.h irda_wrap.h \ usbobex.c usbobex.h libopenobex_la_LDFLAGS = \ -version-info 4:0:3 \ -export-symbols $(top_srcdir)/lib/obex.sym libopenobex_la_LIBADD = @USB_LIBS@ INCLUDES = -I$(top_builddir)/include EXTRA_DIST = obex.sym win32compat.c MAINTAINERCLEANFILES = Makefile.in