plugins_LTLIBRARIES = spanningdag.la \ inducedsubgraph.la \ reachable.la \ spanningtree.la \ labelselection.la \ loopselection.la \ multipleselection.la \ pathselection.la pluginsdir = $(libdir)/tlp/plugins/selection spanningdag_la_SOURCES = SpanningDagSelection.cpp SpanningDagSelection.h reachable_la_SOURCES = ReachableSubGraphSelection.h ReachableSubGraphSelection.cpp spanningtree_la_SOURCES = SpanningTreeSelection.cpp SpanningTreeSelection.h inducedsubgraph_la_SOURCES = InducedSubGraphSelection.cpp InducedSubGraphSelection.h labelselection_la_SOURCES = LabelSelection.cpp LabelSelection.h loopselection_la_SOURCES = LoopSelection.cpp LoopSelection.h multipleselection_la_SOURCES = MultipleEdgeSelection.cpp MultipleEdgeSelection.h pathselection_la_SOURCES = PathSelection.cpp PathSelection.h LDFLAGS = -module -avoid-version @TULIP_LDFLAGS@ INCLUDES = @TULIP_INCLUDE@ @QT_INCLUDES@