Build system now builds preprocess.
This commit is contained in:
16
Makefile.am
Normal file
16
Makefile.am
Normal file
@@ -0,0 +1,16 @@
|
||||
# $Id: duneproject 5489 2009-03-25 11:19:24Z sander $
|
||||
|
||||
#SUBDIRS = test
|
||||
|
||||
preprocessdir = $(includedir)/dune/grid/preprocess
|
||||
|
||||
preprocess_HEADERS = preprocess.h
|
||||
|
||||
lib_LTLIBRARIES = libpreprocess.la
|
||||
|
||||
libpreprocess_la_SOURCES = facetopology.c uniquepoints.c \
|
||||
matalloc.c preprocess.c sparsetable.c
|
||||
|
||||
|
||||
include $(top_srcdir)/am/global-rules
|
||||
|
||||
Reference in New Issue
Block a user