diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-18 23:01:16 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-18 23:59:17 -0500 |
commit | ceeaf183a11f2abfc487d6381718a2707e65f41d (patch) | |
tree | 6f710b388ad2f40ab446475070453221bdfb650b /examples/Makefile.am | |
parent | ce1244fdd74d736e81cb12653fdc956146d03ffc (diff) | |
download | gtk+-ceeaf183a11f2abfc487d6381718a2707e65f41d.tar.gz |
Add a packing example to the tutorial
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 2d2a491695..f4d06bfd41 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -48,4 +48,4 @@ LDADD = \ $(top_builddir)/gtk/libgtk-3.0.la \ $(GTK_DEP_LIBS) -noinst_PROGRAMS = hello-world window-default bloatpad +noinst_PROGRAMS = hello-world window-default bloatpad grid-packing |