From ad5971b059f17a22a10882243219eebbbd020a57 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Fri, 9 Dec 2011 06:09:28 +0000 Subject: [PATCH] [cantera+autotools]: oops, forgot top level makefile.am --- Cantera/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Cantera/Makefile.am b/Cantera/Makefile.am index ae31608e3..bc93f0db6 100644 --- a/Cantera/Makefile.am +++ b/Cantera/Makefile.am @@ -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) - -