summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-15 12:47:12 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-15 12:47:12 (EDT)
commitd5d3083337fc3f3466ffbb49db366dd5298a56f3 (patch)
tree3e7061f697e4bc3f6e8327a5baa9979051ce3e30 /Makefile.am
parentf74d8f48e1fb4280d91b543587f0fc00809eb381 (diff)
Makefile.am: Fix "pkgdataprofiledir" macro
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8cd0169..0e39041 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ CLEANFILES = \
$(pkgdataprofile_SCRIPTS) \
$(locale_MESSAGES)
pkgdatacmddir = $(pkgdatadir)/cmd
-pkgdataprofiledir = $(pkgdatadir)/profile
+pkgdataprofiledir = $(pkgdatadir)/profiles
EXTRA_DIST = \
autogen.sh \
$(bin_sources) \