Skip to content

Commit

Permalink
Merge pull request #1 from nqzero/master
Browse files Browse the repository at this point in the history
git ignore and require SqlBuilder
  • Loading branch information
Lamothe committed May 10, 2011
2 parents 6dfc7a8 + 4370c95 commit 898ca2f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Makefile
*.in
aclocal.m4
autom4te.cache
.deps
Makefile
/config.*
/configure
/depcomp
/install-sh
/intltool-*
/missing
/mkinstalldirs
/po/POTFILES
stamp-h1
*.o
*~
stamp-it
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ GCONF_REQUIRED=2.0
GTHREAD_REQUIRED=2.10.0
GNET_REQUIRED=2.0.0
LIBXINE_REQUIRED=1.1.7
LIBGDAMM_REQUIRED=3.99.19
AC_SUBST(SQLITE_REQUIRED)
AC_SUBST(LIBGTKMM_REQUIRED)
AC_SUBST(GIOMM_REQUIRED)
Expand All @@ -140,7 +141,7 @@ PKG_CHECK_MODULES(ME_TV_COMMON, [
giomm-2.4 >= $GIOMM_REQUIRED
gthread-2.0 >= $GTHREAD_REQUIRED
libxml++-2.6
libgdamm-4.0
libgdamm-4.0 >= LIBGDAMM_REQUIRED
])
PKG_CHECK_MODULES(ME_TV_CONSOLE, [
giomm-2.4 >= $GIOMM_REQUIRED
Expand Down

0 comments on commit 898ca2f

Please sign in to comment.