Added autotools cruft.

This commit is contained in:
Marius Vollmer 2008-08-13 06:20:36 +03:00
parent 62643f94ff
commit 44c932322a
2 changed files with 8 additions and 0 deletions

1
ChangeLog Normal file
View file

@ -0,0 +1 @@
There is no ChangeLog.

7
configure.ac Normal file
View file

@ -0,0 +1,7 @@
AC_INIT(hildon-application-manager, 2.2.0)
AC_CONFIG_SRCDIR([src/main.cc])
AM_INIT_AUTOMAKE
AC_CONFIG_FILES([Makefile])
AC_OUTPUT