From 6205da462941da779357d3324867416674140b3c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 26 Feb 2019 14:12:13 +0000 Subject: [PATCH] examples: add new gessrc example, so sourcefile gets disted --- examples/c/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/c/Makefile.am b/examples/c/Makefile.am index 32b4e49..1efb505 100644 --- a/examples/c/Makefile.am +++ b/examples/c/Makefile.am @@ -6,6 +6,7 @@ endif noinst_PROGRAMS = \ concatenate \ + gessrc \ simple1 \ test1 \ test2 \ -- 2.7.4