]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/gtkmathview-bonobo/test/Makefile.am
* added simple test program
[helm.git] / helm / gtkmathview-bonobo / test / Makefile.am
diff --git a/helm/gtkmathview-bonobo/test/Makefile.am b/helm/gtkmathview-bonobo/test/Makefile.am
new file mode 100644 (file)
index 0000000..7dd730e
--- /dev/null
@@ -0,0 +1,22 @@
+
+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
+