diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-28 11:33:39 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-28 11:33:39 +0200 |
commit | 1d1e80120f15b02480ddf0dd4e86f5d20e51cad2 (patch) | |
tree | 1a26e4ae111c137166fc942da5a2d0346cc3d287 /lib/Makefile.am | |
parent | d846415f66da4ae6441ea7d9cd29f8e97aba0bb0 (diff) | |
download | rpm-1d1e80120f15b02480ddf0dd4e86f5d20e51cad2.tar.gz rpm-1d1e80120f15b02480ddf0dd4e86f5d20e51cad2.tar.bz2 rpm-1d1e80120f15b02480ddf0dd4e86f5d20e51cad2.zip |
Propagate SYSCONFDIR.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index cad0db3ce..8c1d6783f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -10,6 +10,7 @@ AM_CPPFLAGS = -I. \ @WITH_POPT_INCLUDE@ \ -I$(top_srcdir)/misc AM_CPPFLAGS += -DLOCALEDIR="\"$(localedir)\"" +AM_CPPFLAGS += -DSYSCONFDIR="\"$(sysconfdir)\"" EXTRA_DIST = getdate.y |