diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-09 16:05:57 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-09 16:05:57 +0100 |
commit | 73bcc1260d4c8b4e112b9bba40e1622f3f942df2 (patch) | |
tree | 1eb83c6e136ef0d086b4bf3635fec8c2b991254d /gst-mixer-applet/Makefile.am | |
parent | 28673a2398f64c0cfe9a3ebd1d31e4062cb86ef2 (diff) | |
download | mate-media-73bcc1260d4c8b4e112b9bba40e1622f3f942df2.tar.bz2 mate-media-73bcc1260d4c8b4e112b9bba40e1622f3f942df2.tar.xz |
fix mixer applet build in configure and makefilemate-media-1.5.1
Diffstat (limited to 'gst-mixer-applet/Makefile.am')
-rw-r--r-- | gst-mixer-applet/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-mixer-applet/Makefile.am b/gst-mixer-applet/Makefile.am index 53652b8..068cb60 100644 --- a/gst-mixer-applet/Makefile.am +++ b/gst-mixer-applet/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = docs AM_CPPFLAGS = -I. -I$(srcdir) \ + -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DMIXER_MENU_UI_DIR=\""$(uidir)"\" \ $(MIXERAPPLET_CFLAGS) \ $(MATE_APPLETS4_CFLAGS) \ |