From: Bdale Garbee Date: Thu, 11 May 2017 17:20:07 +0000 (-0600) Subject: fix typo in Makefile.am X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9292094d070446b45a99c11b1cdf0350928099ba;p=fw%2Faltos fix typo in Makefile.am --- diff --git a/teststand/Makefile.am b/teststand/Makefile.am index 45b88b47..d5a55dff 100644 --- a/teststand/Makefile.am +++ b/teststand/Makefile.am @@ -19,7 +19,7 @@ teststand_JAVA= \ TestStandDataSet.java \ TestStandGraph.java \ TestStandGraphUI.java \ - TestStandPreferences.java + TestStandPreferences.java \ TestStandState.java \ TestStandStatus.java \ TestStandStatusUpdate.java