File: Makefile.am

package info (click to toggle)
mate-sensors-applet 1.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,072 kB
  • sloc: ansic: 6,180; makefile: 467; xml: 75; sh: 24
file content (21 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# IBM-ACPI plugin
plugindir = $(libdir)/mate-sensors-applet/plugins

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)

plugin_LTLIBRARIES = libibm-acpi.la

libibm_acpi_la_SOURCES = \
	ibm-acpi-plugin.h	\
	ibm-acpi-plugin.c

libibm_acpi_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS)
libibm_acpi_la_LIBADD = $(top_builddir)/lib/libmate-sensors-applet-plugin.la