~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/math/Makefile.am

  • Committer: Niclas Jansson
  • Date: 2011-06-10 14:33:43 UTC
  • Revision ID: njansson@csc.kth.se-20110610143343-d21p4am8rghiojfm
Added rudimentary header to binary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AM_CPPFLAGS = -I@top_srcdir@/include
 
2
noinst_LTLIBRARIES = libdolfin_math.la
 
3
libdolfin_math_la_SOURCES = basic.cpp
 
4
 
 
5
 
 
6
 
 
7