summaryrefslogtreecommitdiff
path: root/libs/gtkmm2/tests/child_widget/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2/tests/child_widget/Makefile.am')
-rw-r--r--libs/gtkmm2/tests/child_widget/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/gtkmm2/tests/child_widget/Makefile.am b/libs/gtkmm2/tests/child_widget/Makefile.am
new file mode 100644
index 0000000000..a36c1fc59d
--- /dev/null
+++ b/libs/gtkmm2/tests/child_widget/Makefile.am
@@ -0,0 +1,6 @@
+include $(top_srcdir)/examples/Makefile.am_fragment
+
+#Build the executable, but don't install it.
+noinst_PROGRAMS = test
+test_SOURCES = testwindow.h testwindow.cc main.cc
+