From 769a5e311a1e5024703091018a6d66e26a5c5f12 Mon Sep 17 00:00:00 2001 From: Manish Sinha Date: Sun, 26 Aug 2012 19:13:59 -0700 Subject: [PATCH] Add test/data folder to final tarball --- configure.ac | 1 + test/Makefile.am | 1 + test/data/Makefile.am | 15 +++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 test/data/Makefile.am diff --git a/configure.ac b/configure.ac index cdaed5e..a925ca8 100644 --- a/configure.ac +++ b/configure.ac @@ -52,6 +52,7 @@ AC_CONFIG_FILES([ test/Makefile test/dbus/Makefile test/direct/Makefile + test/data/Makefile doc/Makefile po/Makefile.in ]) diff --git a/test/Makefile.am b/test/Makefile.am index a4da622..d7dcbe4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,4 +3,5 @@ NULL = SUBDIRS = \ dbus \ direct \ + data \ $(NULL) diff --git a/test/data/Makefile.am b/test/data/Makefile.am new file mode 100644 index 0000000..5031813 --- /dev/null +++ b/test/data/Makefile.am @@ -0,0 +1,15 @@ +NULL = + +EXTRA_DIST = \ + five_events.js \ + five_events_ext_move.js \ + incomplete_events.js \ + single_event.js \ + three_events.js \ + twenty_events.js \ + unicode_event.js \ + $(NULL) + +DISTCLEANFILES = \ + $(NULL) + -- 1.7.9.5