INCLUDES = \ -I$(top_builddir) -I$(includedir) -I$(top_srcdir) \ -I$(top_srcdir)/src/libguppiuseful \ -I$(top_srcdir)/src/libguppidata \ -I$(top_srcdir)/src/libguppiplot \ -I$(top_builddir)/src/libguppiuseful \ -I$(top_builddir)/src/libguppidata \ -I$(top_builddir)/src/libguppiplot \ $(STANDARD_CFLAGS) \ -DG_LOG_DOMAIN=\"plot::legend\" plugindir = $(PLUG_IN_DIR)/plot/legend plugin_LTLIBRARIES = guppi_legend.la guppi_legend_la_SOURCES = \ init.c \ guppi-legend-state.c \ guppi-legend-view.c \ guppi-legend-item.c \ guppi-legend-print.c \ guppi-legend-tool.c noinst_HEADERS = \ guppi-legend-state.h \ guppi-legend-view.h \ guppi-legend-item.h \ guppi-legend-print.h \ guppi-legend-tool.h guppi_legend_la_LDFLAGS = -module -avoid-version $(EXTRA_LDFLAGS) plugin_DATA = \ legend.plugin EXTRA_DIST = \ $(plugin_DATA)