summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-28 09:48:23 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-04-28 09:48:23 +0100
commitb84194b377ed3cf42b45c30a388dcda7af3bfae3 (patch)
tree3f38929abdc31b4d54378dddf12633756c10de5a
parentd0e382c601cbba8bba6df4258f91c3414ee82766 (diff)
downloadhivex-b84194b377ed3cf42b45c30a388dcda7af3bfae3.tar.gz
hivex-b84194b377ed3cf42b45c30a388dcda7af3bfae3.tar.xz
hivex-b84194b377ed3cf42b45c30a388dcda7af3bfae3.zip
Include generator in the tarball.
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac1
-rw-r--r--generator/Makefile.am20
3 files changed, 23 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 43b4fbc..a4f8da4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# hivex
-# Copyright (C) 2009-2010 Red Hat Inc.
+# Copyright (C) 2009-2011 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gnulib/lib lib images gnulib/tests sh xml po
+SUBDIRS = gnulib/lib generator lib images gnulib/tests sh xml po
if HAVE_OCAML
SUBDIRS += ocaml
diff --git a/configure.ac b/configure.ac
index 533f919..b82a841 100644
--- a/configure.ac
+++ b/configure.ac
@@ -444,6 +444,7 @@ dnl [test "x$GHC" != "xno"])
dnl Produce output files.
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile
+ generator/Makefile
gnulib/lib/Makefile
gnulib/tests/Makefile
hivex.pc
diff --git a/generator/Makefile.am b/generator/Makefile.am
new file mode 100644
index 0000000..514e1d0
--- /dev/null
+++ b/generator/Makefile.am
@@ -0,0 +1,20 @@
+# hivex
+# Copyright (C) 2009-2011 Red Hat Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+EXTRA_DIST = generator.ml
+
+CLEANFILES = stamp-generator