summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-23 22:30:12 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-23 22:30:12 (EDT)
commit2a1f94edc0e3edc9f6f4b449560d45aaad85dd47 (patch)
tree63333da3c78510a43c331a273208252edb5ee020 /Makefile.am
parent65762290fd7df88271951aa3efb12d469fe998e2 (diff)
mv lib/profiles/ lib/profile/
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a03a4f..6d6a857 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
include $(top_srcdir)/src/local.mk
include $(top_srcdir)/lib/local.mk
include $(top_srcdir)/lib/cmd/local.mk
-include $(top_srcdir)/lib/profiles/local.mk
+include $(top_srcdir)/lib/profile/local.mk
include $(top_srcdir)/locale/local.mk
include $(top_srcdir)/tests/local.mk
@@ -36,7 +36,7 @@ CLEANFILES = \
$(locale_MESSAGES) \
.builddirstamp
pkgdatacmddir = $(pkgdatadir)/cmd
-pkgdataprofiledir = $(pkgdatadir)/profiles
+pkgdataprofiledir = $(pkgdatadir)/profile
uninstall_dirs = \
'$(DESTDIR)$(pkgdataprofiledir)' \
'$(DESTDIR)$(pkgdatacmddir)' \