SUBDIRS = tcp message INCLUDES = -I$(top_srcdir) $(RR_CFLAGS) $(RR_G_LOG_DOMAIN) librrincludedir = $(includedir)/roadrunner-1.0/librr lib_LTLIBRARIES = librr-0.9.la librr_0_9_la_SOURCES = \ rr.c \ rr-callbacklist.c \ rr-debug.c \ rr-filter.c \ rr-filterstack.c \ rr-beeperror.c \ rr-channel.c \ rr-listener.c \ rr-profileregistry.c \ rr-frame.c \ rr-framefactory.c \ rr-manager.c \ rr-mime.c \ rr-connection.c \ rr-workpool.c librrinclude_HEADERS = \ rr.h \ rr-callbacklist.h \ rr-debug.h \ rr-filter.h \ rr-filterstack.h \ rr-beeperror.h \ rr-channel.h \ rr-listener.h \ rr-profileregistry.h \ rr-frame.h \ rr-framefactory.h \ rr-manager.h \ rr-mime.h \ rr-connection.h \ rr-workpool.h EXTRA_DIST = \ rr-beeperror-priv.h makefile.msc LDFLAGS = @LDFLAGS@ \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) librr_0_9_la_LIBADD = \ $(top_builddir)/librr/tcp/librrtcp.la \ $(top_builddir)/librr/message/librrmessage.la \ $(RR_LIBS)