diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-10 13:26:00 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-14 10:43:21 +0100 |
commit | db75f338fb1865fbec12daae64dac4d0a1b9abf8 (patch) | |
tree | e502ea0b726f1dccd35c90660aab43d3b283e045 /examples/Makefile.am | |
parent | 53ceee1d8f4967d4fc3a9ece73a8a273583aae5e (diff) | |
download | glibmm-db75f338fb1865fbec12daae64dac4d0a1b9abf8.tar.gz |
Remove deprecated Thread and Threads API.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 6 |
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) |