From 556dffcdad42b938bc196819aa463247de709765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 15:42:20 +0200 Subject: Remove patches from source --- plot/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plot/Makefile.am (limited to 'plot/Makefile.am') diff --git a/plot/Makefile.am b/plot/Makefile.am new file mode 100644 index 0000000..eabcb91 --- /dev/null +++ b/plot/Makefile.am @@ -0,0 +1,12 @@ +include $(top_srcdir)/Makefile.shared + +privatelib_LTLIBRARIES = libplot.la libvrml.la +privatelibdir = $(pkglibdir) + +libplot_la_SOURCES = plot.h plot.c +libplot_la_LIBADD = $(X_LIBS) + +libvrml_la_SOURCES = vrml.h vrml.c +libvrml_la_LIBADD = $(ICC_LIBS) ../numlib/libargyllnum.la + +EXTRA_DIST = License.txt Readme.txt -- cgit v1.2.3