diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 440197fd0e..25539e12ee 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -56,4 +56,7 @@ noinst_PROGRAMS = \ window-default \ bloatpad \ grid-packing \ - drawing + drawing \ + builder + +EXTRA_DIST = builder.ui |