## Process this file with automake to produce Makefile.in AM_CPPFLAGS = -DMATELOCALEDIR=\""$(datadir)/locale/"\" \ -DG_LOG_DOMAIN=\""sensors-applet"\" \ -DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DPREFIX=\""$(prefix)"\" \ -I$(top_srcdir) \ $(GLIB_CFLAGS) \ $(WARN_CFLAGS) LIBS = $(GLIB_LIBS) # also build the libsensorsplugin library lib_LTLIBRARIES = libmate-sensors-applet-plugin.la libmate_sensors_applet_plugin_la_SOURCES = sensors-applet-plugin.c libmate_sensors_applet_plugin_la_LDFLAGS = -export-dynamic -include $(top_srcdir)/git.mk