~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/graph/Makefile.am

  • Committer: Niclas Jansson
  • Date: 2010-10-10 14:15:26 UTC
  • Revision ID: njansson@csc.kth.se-20101010141526-hz9mu19m4v6hg75p
More work on autotools

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LIBRARIES = libdolfin_graph.a
 
2
libdolfin_graph_a_SOURCES = \
 
3
                        DirectedClique.cpp\
 
4
                        Graph.cpp\
 
5
                        GraphEditor.cpp\
 
6
                        GraphPartition.cpp\
 
7
                        UndirectedClique.cpp