~dpm/qml-mix-bag/debian-and-i18n

« back to all changes in this revision

Viewing changes to qml-memory-game/configure.ac

  • Committer: Naba Kumar
  • Date: 2011-10-17 07:12:41 UTC
  • Revision ID: naba.kumar@canonical.com-20111017071241-iivkb5we08r0zdtf
Initial commit for qml-memory-game

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dnl Process this file with autoconf to produce a configure script.
 
2
dnl Created by Anjuta application wizard.
 
3
 
 
4
AC_INIT(qml-memory-game, 0.1)
 
5
AC_CONFIG_HEADERS([config.h])
 
6
AM_INIT_AUTOMAKE([1.11 foreign])
 
7
AM_SILENT_RULES([yes])
 
8
 
 
9
AC_PROG_CC
 
10
AC_PROG_CPP
 
11
AC_PROG_CXX
 
12
 
 
13
PKG_CHECK_MODULES(QML_APP, [QtDeclarative])
 
14
 
 
15
AC_OUTPUT([
 
16
Makefile
 
17
qml/Makefile
 
18
])