diff options
author | infirit <[email protected]> | 2013-11-10 00:22:44 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-10 00:22:44 +0100 |
commit | 21c3b0d1a583aa08670dfe8a430589070ea92ff9 (patch) | |
tree | a4a09a1a9a3902e1877b594e989c68741f7d77bb /Makefile.am | |
parent | 19cd8098df0317a85d332420f52bf168cc1cea11 (diff) | |
download | mate-sensors-applet-21c3b0d1a583aa08670dfe8a430589070ea92ff9.tar.bz2 mate-sensors-applet-21c3b0d1a583aa08670dfe8a430589070ea92ff9.tar.xz |
Silence autofoo warnings
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f21a004..483eca6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = sensors-applet lib plugins pixmaps po help +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} + appletdir = $(datadir)/mate-panel/applets applet_in_files = org.mate.applets.sensors-applet.mate-panel-applet.in applet_DATA = $(applet_in_files:.mate-panel-applet.in=.mate-panel-applet) |