noinst_PROGRAMS = simple-server simple-client INCLUDES = -I$(top_srcdir) $(RR_CFLAGS) noinst_LTLIBRARIES = libsimpleprofile.la libsimpleprofile_la_SOURCES = simple-profile.c EXTRA_DIST = simple-profile.h makefile.msc simple_server_SOURCES = simple-server.c simple_server_LDADD = $(RR_LIBS) $(top_builddir)/librr/librr-0.9.la \ libsimpleprofile.la simple_client_SOURCES = simple-client.c simple_client_LDADD = $(RR_LIBS) $(top_builddir)/librr/librr-0.9.la \ libsimpleprofile.la