From b37083651e602ede4a6935a45b53e8bcb78a10cf Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Mon, 18 Jun 2012 14:19:03 +0000 Subject: [PATCH] [cantera2.0]: adding a missing makefile.am --- ext/libexecstream/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ext/libexecstream/Makefile.am diff --git a/ext/libexecstream/Makefile.am b/ext/libexecstream/Makefile.am new file mode 100644 index 000000000..ac4f1b59f --- /dev/null +++ b/ext/libexecstream/Makefile.am @@ -0,0 +1,19 @@ +cc_sources = exec-stream.h +h_sources = + +AM_CPPFLAGS = -I. +AM_CXXFLAGS = $(AM_CPPFLAGS) +AM_FCFLAGS = $(AM_CPPFLAGS) + +lib_LTLIBRARIES = $(top_builddir)/build/lib/libexecstream.la +library_includedir = $(top_builddir)/include +library_include_HEADERS = $(h_sources) + +#----------------------- +# Execstream library +#----------------------- + +__top_builddir__build_lib_libexecstream_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE) +__top_builddir__build_lib_libexecstream_la_SOURCES = $(cc_sources) $(h_sources) + +CLEANFILES = *.o