diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7161235..39a7bb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ AC_INIT([terminal-media-launcher],[0.1]) +AC_SUBST([PACKAGE_TITLE], ["Terminal Media Launcher"]) AC_CONFIG_SRCDIR([src/draw.c]) #AC_CONFIG_HEADERS([config.h]) @@ -75,6 +76,7 @@ AC_CONFIG_FILES([Makefile docs/Makefile data/Makefile nsis/Makefile + nsis/installer.nsi spec/Makefile spec/terminal-media-launcher.spec]) AC_OUTPUT |