From b84194b377ed3cf42b45c30a388dcda7af3bfae3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 28 Apr 2011 09:48:23 +0100 Subject: [PATCH] Include generator in the tarball. --- Makefile.am | 4 ++-- configure.ac | 1 + generator/Makefile.am | 20 ++++++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 generator/Makefile.am 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 -- 1.8.3.1