diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-25 16:48:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-25 17:47:47 +0300 |
commit | b5f2dcca2affb4d92663d870acba2b4ca1611d00 (patch) | |
tree | 5286465d42e6b7e60735751b1aea6443dc386fb0 /configure.ac | |
parent | 90982a892d9820663bde5f62ccc333841a547d69 (diff) | |
download | plus-b5f2dcca2affb4d92663d870acba2b4ca1611d00.tar.gz plus-b5f2dcca2affb4d92663d870acba2b4ca1611d00.tar.bz2 plus-b5f2dcca2affb4d92663d870acba2b4ca1611d00.tar.xz plus-b5f2dcca2affb4d92663d870acba2b4ca1611d00.zip |
add PKGBUILD to build system.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3bc6ae6c6..f7c82ef75 100755 --- a/configure.ac +++ b/configure.ac @@ -218,6 +218,7 @@ AM_CONDITIONAL(ENABLE_GOOGLE_PROFILER, test x$googleprofiler_enabled = xtrue) AC_CONFIG_FILES([ manaplus.spec Makefile +PKGBUILD src/Makefile data/Makefile data/fonts/Makefile |