From: curt Date: Fri, 8 Sep 2000 14:35:23 +0000 (+0000) Subject: Ooops, shouldn't call a program "ps". X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b4b46df9a87ddc9e89bfbfff4d9bf449f5f42f21;p=flightgear.git Ooops, shouldn't call a program "ps". --- 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