Initial version, with less-than-half ready UI
This commit is contained in:
29
configure.ac
Normal file
29
configure.ac
Normal 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
|
||||
|
||||
])
|
Reference in New Issue
Block a user