[dasher] Build fixes



commit 9a7eb4a894886022759245a2b79f5e00a2c03270
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Thu May 12 16:37:27 2011 +0100

    Build fixes
    
    - Don't install Makefile.am with the alphabets etc.
    - Fix build in objdir
    - Update translations file with source file renamings/additions

 Data/GUI/Makefile.am |    1 -
 Doc/user/Makefile.am |    2 +-
 po/POTFILES.in       |    6 ++----
 3 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/Data/GUI/Makefile.am b/Data/GUI/Makefile.am
index 9a2e312..d7b6a67 100644
--- a/Data/GUI/Makefile.am
+++ b/Data/GUI/Makefile.am
@@ -1,5 +1,4 @@
 dist_pkgdata_DATA = \
-	Makefile.am \
 	dasher.compose.ui \
 	dasher.direct.ui \
 	dasher.fullscreen.ui \
diff --git a/Doc/user/Makefile.am b/Doc/user/Makefile.am
index f6fee37..e0094c9 100644
--- a/Doc/user/Makefile.am
+++ b/Doc/user/Makefile.am
@@ -4,4 +4,4 @@ EXTRA_DIST = dasher.1.in
 DISTCLEANFILES=dasher.1
 
 dasher.1: $(srcdir)/dasher.1.in
-	sed -e s/PACKAGE_VERSION/$(PACKAGE_VERSION)/ -e s:DOCDIR:$(docdir): < dasher.1.in > dasher.1
+	sed -e s/PACKAGE_VERSION/$(PACKAGE_VERSION)/ -e s:DOCDIR:$(docdir): < $(srcdir)/dasher.1.in > dasher.1
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 5491a34..84f93d6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -19,6 +19,7 @@ Src/DasherCore/CompassMode.cpp
 Src/DasherCore/DasherButtons.cpp
 Src/DasherCore/DasherGameMode.cpp
 Src/DasherCore/DasherInterfaceBase.cpp
+Src/DasherCore/DefaultFilter.cpp
 Src/DasherCore/DynamicFilter.cpp
 Src/DasherCore/OneButtonDynamicFilter.cpp
 Src/DasherCore/OneButtonFilter.cpp
@@ -31,10 +32,7 @@ Src/DasherCore/TwoButtonDynamicFilter.cpp
 Src/DasherCore/TwoPushDynamicFilter.cpp
 Src/Gtk2/DasherAppSettings.cpp
 Src/Gtk2/Preferences.cpp
-Src/Gtk2/Speech.cpp
-Src/Gtk2/dasher_action_keyboard.cpp
-Src/Gtk2/dasher_action_keyboard_maemo.cpp
-Src/Gtk2/dasher_action_script.cpp
+Src/Gtk2/GnomeSpeech.cpp
 Src/Gtk2/dasher_editor_internal.cpp
 Src/Gtk2/dasher_main.cpp
 Src/Gtk2/module_settings_window.cpp



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]