X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fuse%2FMakefile.am;h=1bfc37559725486fda3b3c1185680504bb3eb7f0;hp=d582c651388aad34cce320fdf59413c0bd93d6bd;hb=1f0f0df9b19520979857ab42b192ba46e0bc36dd;hpb=4ffd4d460bd4b239ea9bcb60fbd225a7d37cb200 diff --git a/fuse/Makefile.am b/fuse/Makefile.am index d582c65..1bfc375 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -15,6 +15,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +include $(top_srcdir)/subdir-rules.mk + EXTRA_DIST = guestmount.pod test-fuse.sh if HAVE_FUSE @@ -31,6 +33,7 @@ guestmount_CFLAGS = \ -I$(top_srcdir)/src -I$(top_builddir)/src \ -I$(srcdir)/../gnulib/lib -I../gnulib/lib \ -DGUESTFS_DEFAULT_PATH='"$(libdir)/guestfs"' \ + -DLOCALEBASEDIR=\""$(datadir)/locale"\" \ $(FUSE_CFLAGS) \ $(WARN_CFLAGS) $(WERROR_CFLAGS)