index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2008-01-05 22:00:21 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-06 09:44:28 -0600 |
commit | e0e33c329ff249d7862a0e7ec508794faa98efd8 (patch) | |
tree | a8858d1d624528010c576f2f9693ed937b328e78 /scripts/Makefile.am | |
parent | a71f4c4c6a7775503b29ab856f8a5ce2801f2967 (diff) |
-rw-r--r-- | scripts/Makefile.am | 1 |
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 175ddd17..2d682efe 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -33,6 +33,7 @@ edit = sed \ -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ -e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \ -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ + -e 's|@DBEXT[@]|$(DBEXT)|g' \ -e 's|@configure_input[@]|Generated from $@.in; do not edit by hand.|g' ## All the scripts depend on Makefile so that they are rebuilt when the |