[cantera2.0]: adding a missing makefile.am
This commit is contained in:
parent
d5432c4f8d
commit
b37083651e
1 changed files with 19 additions and 0 deletions
19
ext/libexecstream/Makefile.am
Normal file
19
ext/libexecstream/Makefile.am
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue