summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..e1ac82f
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,6 @@
+LDADD = $(top_builddir)/sigc++/libsigc-2.0.la
+AM_CPPFLAGS = -I$(top_srcdir)
+
+noinst_PROGRAMS = hello_world
+
+hello_world_SOURCES = hello_world.cc