]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/test/Makefile.am
* code cleanup
[helm.git] / helm / DEVEL / mathml_editor / test / Makefile.am
index 24ebd7c425067584b8b174cd76b51d44a1678a6f..a1fef0cf0f31fedb7b706b99384f74b643d5e805 100644 (file)
@@ -1,7 +1,6 @@
 
-noinst_PROGRAMS = test editor
+noinst_PROGRAMS = editor
 
-test_SOURCES = main.cc
 editor_SOURCES = editor.cc guiGTK.c aux.cc
 
 LDADDS = \
@@ -10,7 +9,6 @@ LDADDS = \
   $(GTKMATHVIEW_LIBS) \
   $(top_builddir)/src/.libs/libeditex.a
 
-test_LDADD = $(LDADDS)
 editor_LDADD = $(LDADDS)
 
 INCLUDES = \