Initial version, with less-than-half ready UI

This commit is contained in:
2013-01-12 12:30:00 +01:00
commit b98c2fc756
14 changed files with 3568 additions and 0 deletions

29
configure.ac Normal file
View File

@@ -0,0 +1,29 @@
dnl Process this file with autoconf to produce a configure script.
dnl Created by Anjuta application wizard.
AC_INIT(dnd_charsheet, 0.1)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11])
AM_SILENT_RULES([yes])
AC_PROG_CC
LT_INIT
dnl Check for vala
AM_PROG_VALAC([0.10.0])
PKG_CHECK_MODULES(DND_CHARSHEET, [gtk+-3.0 ])
AC_OUTPUT([
Makefile
src/Makefile
])