[atomix] Fix build and add temp build files to gitignore
- From: Robert Roth <robertroth src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atomix] Fix build and add temp build files to gitignore
- Date: Sat, 10 Jan 2015 20:28:33 +0000 (UTC)
commit e32b6ebb3a8fd4e86ecf81e1a80d0ec3d239a416
Author: Robert Roth <robert roth off gmail com>
Date: Tue Oct 29 10:12:25 2013 +0200
Fix build and add temp build files to gitignore
https://bugzilla.gnome.org/show_bug.cgi?id=711056
.gitignore | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 3 ---
src/Makefile.am | 3 ++-
3 files changed, 57 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5e706b2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,55 @@
+ABOUT-NLS
+Makefile
+Makefile.in
+aclocal.m4
+atomix.desktop
+autom4te.cache/
+config.guess
+config.h
+config.h.in
+*~
+config.log
+config.rpath
+config.status
+config.sub
+configure
+depcomp
+install-sh
+intltool-extract.in
+intltool-merge.in
+intltool-update.in
+level/Makefile
+level/Makefile.in
+m4/
+missing
+po/.intltool-merge-cache
+po/Makefile
+po/Makefile.in
+po/Makefile.in.in
+po/*~
+po/Makevars.template
+po/POTFILES
+po/Rules-quot
+po/*.gmo
+po/boldquot.sed
+po/en boldquot header
+po/en quot header
+po/insert-header.sin
+po/pt_BR.gmo
+po/quot.sed
+po/remove-potcdate.sin
+po/stamp-it
+src/.deps/
+src/Makefile
+src/Makefile.in
+src/atomix
+src/level-convert
+src/pf-test
+src/*.o
+src/*.a
+stamp-h1
+themes/Makefile
+themes/Makefile.in
+themes/default/Makefile
+themes/default/Makefile.in
+
diff --git a/configure.ac b/configure.ac
index 2cb4711..aa2c10d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,9 +38,6 @@ dnl *******************************
IT_PROG_INTLTOOL([0.40.0])
-AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.17])
-
GETTEXT_PACKAGE=atomix
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext domain])
AC_SUBST(GETTEXT_PACKAGE)
diff --git a/src/Makefile.am b/src/Makefile.am
index c3d83b7..0875966 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,7 +36,8 @@ atomix_DEPENDENCIES = libatomix.a
atomix_LDADD = \
libatomix.a \
- $(ATOMIX_LIBS)
+ $(ATOMIX_LIBS) \
+ -lm
noinst_LIBRARIES = libatomix.a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]