diff options
| author | mbkma <[email protected]> | 2026-01-31 12:11:25 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-01-31 12:11:25 +0100 |
| commit | bb4fa0ea945f9dd4d0bff0182c381c2f14f78ae3 (patch) | |
| tree | 523c91356c59557d0bcfa0a878f4e5cadd0c4ab2 /sensors-applet/plugins/udisks2/Makefile.am | |
| parent | d433bbd9aeb7ae3377e59c70f6608c3e29f9ebbc (diff) | |
| download | mate-applets-integrate-all-applets.tar.bz2 mate-applets-integrate-all-applets.tar.xz | |
merge mate-indicator-applet and sensors-applet into mate-appletsintegrate-all-applets
Diffstat (limited to 'sensors-applet/plugins/udisks2/Makefile.am')
| -rw-r--r-- | sensors-applet/plugins/udisks2/Makefile.am | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sensors-applet/plugins/udisks2/Makefile.am b/sensors-applet/plugins/udisks2/Makefile.am new file mode 100644 index 00000000..b6d911c0 --- /dev/null +++ b/sensors-applet/plugins/udisks2/Makefile.am @@ -0,0 +1,25 @@ +# UDisks2 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)/sensors-applet \ + $(GLIB_CFLAGS) \ + $(WARN_CFLAGS) + +plugin_LTLIBRARIES = libudisks2.la + +libudisks2_la_SOURCES = \ + udisks2-plugin.h \ + udisks2-plugin.c + +libudisks2_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) $(GLIB_LIBS) + +libudisks2_la_LIBADD = $(top_builddir)/sensors-applet/lib/libmate-sensors-applet-plugin.la + +-include $(top_srcdir)/git.mk |
