]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/test/Makefile.am
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / DEVEL / mathml_editor / test / Makefile.am
diff --git a/helm/DEVEL/mathml_editor/test/Makefile.am b/helm/DEVEL/mathml_editor/test/Makefile.am
deleted file mode 100644 (file)
index edf73ee..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-noinst_PROGRAMS = editor
-
-editor_SOURCES = editor.cc guiGTK.c aux.cc
-
-noinst_HEADERS = guiGTK.h
-
-LDADDS = \
-  $(GMETADOM_LIBS) \
-  $(GDOMEXSLT_LIBS) \
-  $(GTKMATHVIEW_LIBS) \
-  $(top_builddir)/src/.libs/libeditex.a
-
-editor_LDADD = $(LDADDS)
-
-INCLUDES = \
-  $(GMETADOM_CFLAGS) \
-  $(GDOMEXSLT_CFLAGS) \
-  $(GTKMATHVIEW_CFLAGS) \
-  -I$(top_srcdir)/src
-