summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 121f547..3df0fd1 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -21,5 +21,7 @@ LDADD = $(top_builddir)/sigc++/libsigc-$(SIGCXX_API_VERSION).la
noinst_PROGRAMS = hello_world member_method
+dist_noinst_DATA = CMakeLists.txt
+
hello_world_SOURCES = hello_world.cc
member_method_SOURCES = member_method.cc