diff options
author | Saturneric <[email protected]> | 2021-12-14 03:56:12 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-14 04:55:56 +0000 |
commit | c77a3c560ebcb06a5ca4214cbfdd688e5f9e32cb (patch) | |
tree | fc0ddd6f2f50bd87a00919de30584925d5be0417 /src/GpgFrontendBuildInstallInfo.h.in | |
parent | Update Translations & README. (diff) | |
download | GpgFrontend-c77a3c560ebcb06a5ca4214cbfdd688e5f9e32cb.tar.gz GpgFrontend-c77a3c560ebcb06a5ca4214cbfdd688e5f9e32cb.zip |
Add Deb Build Support & Install Support For Linux.
Diffstat (limited to 'src/GpgFrontendBuildInstallInfo.h.in')
-rw-r--r-- | src/GpgFrontendBuildInstallInfo.h.in | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/GpgFrontendBuildInstallInfo.h.in b/src/GpgFrontendBuildInstallInfo.h.in new file mode 100644 index 00000000..057f30fe --- /dev/null +++ b/src/GpgFrontendBuildInstallInfo.h.in @@ -0,0 +1,37 @@ +/** + * This file is part of GpgFrontend. + * + * GpgFrontend is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Foobar is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Foobar. If not, see <https://www.gnu.org/licenses/>. + * + * The initial version of the source code is inherited from gpg4usb-team. + * Their source code version also complies with GNU General Public License. + * + * The source code version of this software was modified and released + * by Saturneric<[email protected]> starting on May 12, 2021. + * + */ + +#ifndef GPGFRONTEND_BUILD_INSTALL_INFO_H_IN +#define GPGFRONTEND_BUILD_INSTALL_INFO_H_IN + +/** + * Build & Install Path Information + */ +#define APP_LOCALE_PATH "@CMAKE_INSTALL_FULL_LOCALEDIR@" +#define APP_BIN_PATH "@CMAKE_INSTALL_FULL_BINDIR@" +#define APP_LOCALSTATE_PATH "@CMAKE_INSTALL_FULL_LOCALSTATEDIR@" +#define APP_SYSCONF_PATH "@CMAKE_INSTALL_FULL_SYSCONFDIR@" +#define APP_INFO_PATH "@CMAKE_INSTALL_FULL_INFODIR@" + +#endif // GPGFRONTEND_BUILD_INSTALL_INFO_H_IN
\ No newline at end of file |