From 62b8d2420491aef519811681206289e81f57548a Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Sun, 29 Sep 2013 01:19:50 +0100 Subject: [PATCH] add run to extra dists --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f2afb77..10c16f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 #create_token_LDADD = src/libtoken.la $(LIBOBJS) #create_token_CFLAGS = -Wall -I include -EXTRA_DIST = include assets certs config +EXTRA_DIST = include assets certs config run SUBDIRS = src tests