Makefile.am 291 B

1234567891011
  1. ## Makefile.am for plotutils/include.
  2. if NO_LIBPLOTTER
  3. include_HEADERS = plot.h plotcompat.h
  4. noinst_HEADERS = plotter.h sys-defines.h libcommon.h fontlist.h getopt.h
  5. else
  6. include_HEADERS = plot.h plotter.h plotcompat.h
  7. noinst_HEADERS = sys-defines.h libcommon.h fontlist.h getopt.h
  8. endif