tizen-platform-wrapper: fix resource leak
[platform/core/system/tizen-platform-wrapper.git] / configure.ac
index 4acb89c..3e4ad62 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
-AC_INIT([tizen-platform-wrapper], [1.0])
+AC_INIT([tizen-platform-wrapper], [2.0])
 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_SRCDIR([src/parser.h])
 AC_CONFIG_HEADERS([src/config.h])
@@ -30,6 +30,8 @@ AC_FUNC_MALLOC
 AC_FUNC_MMAP
 AC_CHECK_FUNCS([dup2 endpwent munmap strndup])
 
-AC_CONFIG_FILES([Makefile
-                 src/Makefile])
+AC_CONFIG_FILES([
+Makefile
+src/Makefile
+tizen-platform-wrapper.pc:tizen-platform-wrapper.pc.in])
 AC_OUTPUT