[cantera+autotools]: oops, forgot top level makefile.am
This commit is contained in:
parent
798f1a18ae
commit
ad5971b059
1 changed files with 0 additions and 16 deletions
|
|
@ -2,19 +2,3 @@
|
|||
|
||||
# will need to add python and matlab
|
||||
SUBDIRS = src
|
||||
|
||||
h_sources = cantera.h
|
||||
cc_sources = cantera.cpp
|
||||
|
||||
INCLUDES =
|
||||
AM_FCFLAGS = $(INCLUDES)
|
||||
AM_CFLAGS = $(INCLUDES)
|
||||
AM_CPPFLAGS = $(INCLUDES)
|
||||
|
||||
lib_LTLIBRARIES = libcantera.la
|
||||
library_includedir = $(includedir)
|
||||
library_include_HEADERS = cantera.h
|
||||
libcantera_la_LDFLAGS = $(all_libraries) -release $(GENERIC_RELEASE)
|
||||
libcantera_la_SOURCES = $(cc_sources) $(h_sources)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue