]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/test/Makefile.am
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / gtkmathview-bonobo / test / Makefile.am
diff --git a/helm/gtkmathview-bonobo/test/Makefile.am b/helm/gtkmathview-bonobo/test/Makefile.am
deleted file mode 100644 (file)
index 7dd730e..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-noinst_PROGRAMS = viewer
-
-viewer_SOURCES = main.c
-
-viewer_LDADD = \
-  $(BONOBOUI_LIBS) \
-  $(BONOBO_LIBS) \
-  $(GNOMEUI_LIBS)
-
-AM_CFLAGS = \
- -DPREFIX=\""$(prefix)"\" \
- -DSYSCONFDIR=\""$(sysconfdir)"\" \
- -DDATADIR=\""$(datadir)"\" \
- -DLIBDIR=\""$(datadir)"\"
-
-INCLUDES = \
-  $(BONOBOUI_CFLAGS) \
-  $(BONOBO_CFLAGS) \
-  $(GNOMEUI_CFLAGS) \
-  -I$(top_srcdir)/src
-