diff options
author | Christoph J. Thompson <cjsthompson@gmail.com> | 2013-02-01 02:27:32 +0100 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-02-01 10:42:03 +0900 |
commit | e11f15628cff04c4a742f88abee22f440edcce52 (patch) | |
tree | 9ffc665bd400240d848a141d1e0425446e032379 /Makefile.am | |
parent | d26fb23c41abd87422778bb38eea39f25ba3dc4a (diff) |
Use the PKG_INSTALLDIR macro.
modified: Makefile.am
modified: configure.ac
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 84c91acb..8510f556 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,7 +59,6 @@ MAINTAINERCLEANFILES = \ $(srcdir)/mkinstalldirs \ `find "$(srcdir)" -type f -name Makefile.in -print` -pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA = fontconfig.pc baseconfigdir = $(BASECONFIGDIR) |