mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-10 07:12:06 +00:00
7e5a345f42
package name. Add config.make.in for the same reason. Subversion-branch: /launcher Subversion-revision: 1780
9 lines
267 B
Text
9 lines
267 B
Text
# File included by the main makefile that contains details
|
|
# about the package name, generated by configure.
|
|
|
|
PACKAGE = @PACKAGE@
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|