From 9292094d070446b45a99c11b1cdf0350928099ba Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 11 May 2017 11:20:07 -0600 Subject: [PATCH] fix typo in Makefile.am --- teststand/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2