summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-11-10 13:26:00 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-11-14 10:43:21 +0100
commitdb75f338fb1865fbec12daae64dac4d0a1b9abf8 (patch)
treee502ea0b726f1dccd35c90660aab43d3b283e045 /examples/Makefile.am
parent53ceee1d8f4967d4fc3a9ece73a8a273583aae5e (diff)
downloadglibmm-db75f338fb1865fbec12daae64dac4d0a1b9abf8.tar.gz
Remove deprecated Thread and Threads API.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0de871a7..885552d5 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -32,11 +32,7 @@ check_PROGRAMS = \
options/example \
properties/example \
regex/example \
- settings/settings \
- thread/dispatcher \
- thread/dispatcher2 \
- thread/thread \
- thread/threadpool
+ settings/settings
glibmm_includes = -I$(top_builddir)/glib $(if $(srcdir:.=),-I$(top_srcdir)/glib)
giomm_includes = -I$(top_builddir)/gio $(if $(srcdir:.=),-I$(top_srcdir)/gio)