diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-24 01:13:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-07-24 07:31:05 -0400 |
commit | 15453349eac598fa6c7a37809bd2c189c65b4841 (patch) | |
tree | 7a2c9893e5b6cc5cd0be64a113033d3264a36a13 /examples/Makefile.am | |
parent | 84244d56fc42a2cd6541819334b4ef7c7aa4fb1f (diff) | |
download | gtk+-15453349eac598fa6c7a37809bd2c189c65b4841.tar.gz |
Getting started: Add an example for property actions
This example demonstrates property actions and object binding.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index f2fc8c46b6..88166b5933 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = \ application1 application2 application3 \ application4 application5 application6 \ - application7 application8 + application7 application8 application9 AM_CPPFLAGS = \ -I$(top_srcdir) \ |