From 5b13d582bc1114d474278e092d2709c9570415c4 Mon Sep 17 00:00:00 2001 From: pd Date: Mon, 8 Sep 2008 19:07:59 +0200 Subject: [PATCH] Changed Makefile.am to reflect last file shuffling (Ignacy Gawedzki) --- examples/properties/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/properties/Makefile.am b/examples/properties/Makefile.am index 6e5419d..a99749a 100644 --- a/examples/properties/Makefile.am +++ b/examples/properties/Makefile.am @@ -1,13 +1,13 @@ -EXTRA_DIST = propsget-introspect.xml +EXTRA_DIST = propsgs-introspect.xml AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include noinst_PROGRAMS = propsgs-server propsgs-client -propsgs_server_SOURCES = propsgs-glue.h propsgs-server.h propsgs-server.cpp +propsgs_server_SOURCES = propsgs-glue-adaptor.h propsgs-server.h propsgs-server.cpp propsgs_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la -propsgs_client_SOURCES = propsgs-glue.h propsgs-client.h propsgs-client.cpp +propsgs_client_SOURCES = propsgs-glue-proxy.h propsgs-client.h propsgs-client.cpp propsgs_client_LDADD = $(top_builddir)/src/libdbus-c++-1.la -lpthread propsgs-glue-adaptor.h: propsgs-introspect.xml