launcher/config.make.in
Simon Howard 7e5a345f42 Move Info.plist out of app-skeleton, to be autogenerated to include
package name.  Add config.make.in for the same reason.

Subversion-branch: /launcher
Subversion-revision: 1780
2010-01-04 19:33:10 +00:00

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@