INCLUDES = \ -I$(top_builddir) -I$(includedir) -I$(top_srcdir) \ -I$(top_srcdir)/src/libguppiuseful \ -I$(top_srcdir)/src/libguppidata \ -I$(top_srcdir)/src/libguppidataui \ -I$(top_srcdir)/src/libguppiplot \ -I$(top_builddir)/src/libguppiuseful \ -I$(top_builddir)/src/libguppidata \ -I$(top_builddir)/src/libguppidataui \ -I$(top_builddir)/src/libguppiplot \ $(STANDARD_CFLAGS) \ -DG_LOG_DOMAIN=\"plot::scatter\" plugindir = $(PLUG_IN_DIR)/plot/scatter plugin_LTLIBRARIES = guppi_scatter.la guppi_scatter_la_SOURCES = \ init.c \ guppi-scatter-state.c \ guppi-scatter-view.c \ guppi-scatter-item.c \ guppi-scatter-print.c \ guppi-scatter-tools.c noinst_HEADERS = \ guppi-scatter-state.h \ guppi-scatter-view.h \ guppi-scatter-item.h \ guppi-scatter-print.h \ guppi-scatter-tools.h guppi_scatter_la_LDFLAGS = -module -avoid-version $(EXTRA_LDFLAGS) plugin_DATA = \ scatter.plugin \ guppi-scatter-state.glade \ scatter-brush.png \ scatter-drag.png EXTRA_DIST = \ $(plugin_DATA)