From b4b46df9a87ddc9e89bfbfff4d9bf449f5f42f21 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 8 Sep 2000 14:35:23 +0000 Subject: [PATCH] Ooops, shouldn't call a program "ps". --- src/FDM/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FDM/Makefile.am b/src/FDM/Makefile.am index d91ad949a..ff12202fe 100644 --- a/src/FDM/Makefile.am +++ b/src/FDM/Makefile.am @@ -11,12 +11,12 @@ libFlight_a_SOURCES = \ LaRCsim.cxx LaRCsim.hxx \ MagicCarpet.cxx MagicCarpet.hxx -bin_PROGRAMS = engine ps +bin_PROGRAMS = engine pstest engine_SOURCES = engine.cxx engine_LDADD = libFlight.a -ps_SOURCES = ps-10520c.cxx +pstest_SOURCES = ps-10520c.cxx INCLUDES += -I$(top_builddir) -I$(top_builddir)/src -- 2.39.5