Include generator in the tarball.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Apr 2011 08:48:23 +0000 (09:48 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Apr 2011 08:48:23 +0000 (09:48 +0100)
Makefile.am
configure.ac
generator/Makefile.am [new file with mode: 0644]

index 43b4fbc..a4f8da4 100644 (file)
@@ -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
index 533f919..b82a841 100644 (file)
@@ -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 (file)
index 0000000..514e1d0
--- /dev/null
@@ -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