summaryrefslogtreecommitdiff
path: root/plot/Makefile.am
blob: eabcb9145e62191a0eba24c9fcb0734c63020c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
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