From 13f627be5bb4b23328f024902c3598e4137b5c6f Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 9 Sep 2013 13:57:45 +0100 Subject: [PATCH] add config and thus mime type mapping to distribution --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c413a9b..f2afb77 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 +EXTRA_DIST = include assets certs config SUBDIRS = src tests