summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpd <shackan@gmail.com>2008-09-08 19:07:59 +0200
committerpd <shackan@gmail.com>2008-09-08 19:12:29 +0200
commit5b13d582bc1114d474278e092d2709c9570415c4 (patch)
treef8ab1fde85e58e283bd3f7a0da6621f90023fe35
parent17474fbb874876bfa4e7aec9e0705d0065848464 (diff)
downloaddbus-c++-5b13d582bc1114d474278e092d2709c9570415c4.tar.gz
Changed Makefile.am to reflect last file shuffling (Ignacy Gawedzki)
-rw-r--r--examples/properties/Makefile.am6
1 files 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