# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+EXTRA_DIST = $(SOURCES) whenjobsd.pod
+
sbin_SCRIPTS = whenjobsd
OCAMLPACKAGES = -package unix,num,camlp4.lib,calendar,rpc -I ../lib
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+EXTRA_DIST = whenproto.x pa_when.ml $(SOURCES)
+
libwhenjobsdir = $(libdir)/$(PACKAGE_NAME)
libwhenjobs_SCRIPTS = whenlib.cma pa_when.cmo
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-EXTRA_DIST = test_run.sh $(TESTS)
+EXTRA_DIST = test_run.sh $(TESTS) $(TESTS:.ml=.ml.expected)
TESTS_ENVIRONMENT = ./test_run.sh
TESTS = t100_counter.ml t101_updown.ml t102_manyjobs.ml
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-tests = t010_load.cmo t020_simple.cmo t030_jobnames.cmo
+EXTRA_DIST = $(SOURCES) test_load.ml
+
+SOURCES = t010_load.ml t020_simple.ml t030_jobnames.ml
+
+tests = $(SOURCES:.ml=.cmo)
check_SCRIPTS = test_load $(tests)
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+EXTRA_DIST = $(SOURCES) whenjobs.pod
+
bin_SCRIPTS = whenjobs
OCAMLPACKAGES = -package unix,num,camlp4.lib,calendar,rpc -I ../lib