~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/lib/Makefile.am

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES             = @KERNEL_CFLAGS@
2
 
lib_LTLIBRARIES      = libdolfin.la
3
 
libdolfin_la_SOURCES = 
4
 
libdolfin_la_LDFLAGS = @DOLFIN_EXT_LIBS@
5
 
libdolfin_la_LIBADD  = @KERNEL_LIBOBJS@
6
 
libdolfin_la_DEPENDENCIES = @KERNEL_LIBOBJS@