summaryrefslogtreecommitdiff
path: root/mate-disk-image-mounter
diff options
context:
space:
mode:
Diffstat (limited to 'mate-disk-image-mounter')
-rw-r--r--mate-disk-image-mounter/src/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/mate-disk-image-mounter/src/Makefile.am b/mate-disk-image-mounter/src/Makefile.am
index 49d62803..25c7101f 100644
--- a/mate-disk-image-mounter/src/Makefile.am
+++ b/mate-disk-image-mounter/src/Makefile.am
@@ -6,11 +6,11 @@ mate_disk_image_mounter_SOURCES = \
main.c \
$(NULL)
-mate_disk_image_mounter_CPPFLAGS = \
- -I. \
- -I$(srcdir) \
- -DG_LOG_DOMAIN=\"mate-disk-image-mounter\" \
- -DMATELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+mate_disk_image_mounter_CPPFLAGS = \
+ -I. \
+ -I$(srcdir) \
+ -DG_LOG_DOMAIN=\"mate-disk-image-mounter\" \
+ -DMATELOCALEDIR=\""$(datadir)/locale"\" \
$(NULL)
mate_disk_image_mounter_CFLAGS = \