]> git.street.me.uk Git - andy/viking.git/commitdiff
QA: cleanning unused stuff
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 3 Sep 2008 20:26:52 +0000 (20:26 +0000)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 3 Sep 2008 20:26:52 +0000 (20:26 +0000)
ChangeLog
src/Makefile.am

index 477f1d9dbf78702a231cb31ccf42a150285c8198..4766cb1add327327cbbece447512eb860042830b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-03
+Guilhem Bonnefille <guilhem.bonnefille@gmail.com>:
+       * QA: cleanning old stuff
+
 2008-09-01
 Quy Tonthat <qtonthat@gmail.com>:
        * Google search adapting changes from Google.
index 15af997555ca8f99f4add83095df079793e96070..6a742145318e30926e309a388c35ab7bbca8fa2d 100644 (file)
@@ -77,9 +77,13 @@ libviking_a_SOURCES = \
        preferences.c preferences.h
 
 if GOOGLE
+libviking_a_SOURCES += \
+       google.c google.h
+endif
+
+if OLDGOOGLE
 libviking_a_SOURCES += \
        khmaps.c khmaps.h \
-       google.c google.h \
        googlemaps.c googlemaps.h
 endif