From e5b964a3115a9a4c16dce5c99ccd5ac763a65b7c Mon Sep 17 00:00:00 2001 From: zodiac Date: Mon, 30 Mar 2009 09:25:42 +0000 Subject: [PATCH] Add gadget descriptor to source tar file git-svn-id: https://shellinabox.googlecode.com/svn/trunk@100 0da03de8-d603-11dd-86c2-0f8696b7b6f9 --- Makefile.am | 1 + Makefile.in | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 93d8817..3119423 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ EXTRA_DIST = demo/beep.wav \ demo/demo.html \ demo/demo.js \ demo/demo.jspp \ + demo/demo.xml \ demo/styles.css \ demo/vt100.js \ shellinabox/shellinaboxd.man.in \ diff --git a/Makefile.in b/Makefile.in index a933dca..402183e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -259,6 +259,7 @@ EXTRA_DIST = demo/beep.wav \ demo/demo.html \ demo/demo.js \ demo/demo.jspp \ + demo/demo.xml \ demo/styles.css \ demo/vt100.js \ shellinabox/shellinaboxd.man.in \