diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-10-07 00:36:28 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-10-07 00:36:28 +0000 |
commit | 2f1470729703009db00e0558c279f626887ca18f (patch) | |
tree | 679ac6bdfef041bbe9291fc8d88fc5b2d0a83d19 | |
parent | e9b805730ad2b5f529023655105792504cd7cd16 (diff) |
add AC_DATAROOTDIR to dictionary of variables to expand in python config files
svn path=/rpkid/Makefile.in; revision=4020
-rw-r--r-- | rpkid/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index d9406aae..df43703e 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -193,6 +193,7 @@ COMPILE_SETTINGS = \ AC_LOCALSTATEDIR='${DESTDIR}${localstatedir}' \ AC_WEBUSER='${WEBUSER}' \ AC_TEMPLATE_DIR='${DESTDIR}${datarootdir}/rpki/gui/templates' \ + AC_DATAROOTDIR='${DESTDIR}${datarootdir}' \ ${PYTHON} ${abs_top_srcdir}/buildtools/subst-vars.py <$? >$@ rpki-sql-backup: rpki-sql-backup.py |