summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarcin Kolny <marcin.kolny@gmail.com>2016-03-13 17:46:01 +0100
committerMarcin Kolny <marcin.kolny@gmail.com>2016-03-13 18:03:35 +0100
commitb0aee162adf2ba878ccdbb3a064539298de37cec (patch)
treeeb09f99e45d50705f1572e640476c91f9453a48d /examples
parentf4565d86031ea6f09c296e34f422020475368bef (diff)
downloadsigc++-b0aee162adf2ba878ccdbb3a064539298de37cec.tar.gz
cmake: add cmake files to dist package
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