File: Makefile.am

package info (click to toggle)
sensors-applet 3.0.0%2Bgit6-0.2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 1,112 kB
  • sloc: ansic: 6,499; makefile: 451; xml: 86; sh: 14
file content (21 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ATICONFIG plugin
plugindir = $(libdir)/sensors-applet/plugins

libaticonfig_la_CPPFLAGS = -DGNOMELOCALEDIR=\""$(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 = libaticonfig.la

libaticonfig_la_SOURCES = \
	aticonfig-plugin.h	\
	aticonfig-plugin.c

libaticonfig_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS) 
libaticonfig_la_LIBADD = $(top_builddir)/lib/libsensors-applet-plugin.la