Create a tizen-platform-wrapper.pc file.
[platform/core/system/tizen-platform-wrapper.git] / configure.ac
index 4acb89c..7b4e1ce 100644 (file)
@@ -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