Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-10-28 23:07:09 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-10-28 23:07:09 (GMT)
commitfa7c41fc95f82853f3c3fb43dd33703ba996b882 (patch)
tree55e1e11ffaeeea5489d8df29aa3164f0bea3c476 /src/gcompris
parentcaa59c5d23d1e98805857ed18e747e2484cb910d (diff)
configure fixes and cleanup by Yavor Doganov.
It is no more needed to copy config.rpath localy. svn path=/trunk/; revision=3586
Diffstat (limited to 'src/gcompris')
-rw-r--r--src/gcompris/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gcompris/Makefile.am b/src/gcompris/Makefile.am
index bb3c1e7..ddf07be 100644
--- a/src/gcompris/Makefile.am
+++ b/src/gcompris/Makefile.am
@@ -46,9 +46,8 @@ endif
bin_PROGRAMS = gcompris
INCLUDES = \
- -I$(top_builddir)/intl \
-DDATADIR=\""$(datadir)"\" \
- -I$(top_builddir)/src \
+ -I$(top_srcdir)/src \
$(GCOMPRIS_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(XML_CFLAGS) \
@@ -132,4 +131,4 @@ EXTRA_DIST = \
Makefile.mingw gcomprisrc.rc
-gcompris_nsbundle_CPPFLAGS = -fconstant-string-class=NSConstantString \ No newline at end of file
+gcompris_nsbundle_CPPFLAGS = -fconstant-string-class=NSConstantString