https://github.com/ViennaRNA/ViennaRNA
Raw File
Tip revision: 6e23b18645b35de5e6a7b046014a4d392c04f830 authored by Ronny Lorenz on 08 April 2016, 18:20:26 UTC
Fix return values of some swig generated scripting language interface functions
Tip revision: 6e23b18
Makefile.am
AUTOMAKE_OPTIONS = subdir-objects

ACLOCAL_AMFLAGS = -I m4

AM_DISTCHECK_CONFIGURE_FLAGS = --with-cluster --without-forester --with-python3 --with-kinwalker --disable-silent-rules

SUBDIRS = src man misc doc interfaces @subdirs@ tests packaging/macosx

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = RNAlib2.pc

EXTRA_DIST =  INSTALL.configure \
              examples
back to top