[yelp] Build fixes



commit 1e97db75c33d4027651233ecdc8c7f463f52923a
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Jun 23 20:10:08 2014 -0400

    Build fixes

 libyelp/Makefile.am           |    2 +-
 libyelp/yelp-location-entry.c | 1648 -----------------------------------------
 libyelp/yelp-location-entry.h |   79 --
 po/POTFILES.in                |    1 -
 tests/Makefile.am             |    4 -
 tests/test-location-entry.c   |  325 --------
 tests/test-view.c             |    1 -
 7 files changed, 1 insertions(+), 2059 deletions(-)
---
diff --git a/libyelp/Makefile.am b/libyelp/Makefile.am
index 1314060..75606e0 100644
--- a/libyelp/Makefile.am
+++ b/libyelp/Makefile.am
@@ -60,9 +60,9 @@ libyelp_headers =                   \
        yelp-document.h             \
        yelp-help-list.h            \
        yelp-info-document.h        \
-       yelp-location-entry.h       \
        yelp-mallard-document.h     \
        yelp-man-document.h         \
+       yelp-search-entry.h         \
        yelp-settings.h             \
        yelp-simple-document.h      \
        yelp-sqlite-storage.h       \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7d6c9da..3bf7490 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -9,7 +9,6 @@ libyelp/yelp-document.c
 libyelp/yelp-error.c
 libyelp/yelp-help-list.c
 libyelp/yelp-info-document.c
-libyelp/yelp-location-entry.c
 libyelp/yelp-lzma-decompressor.c
 libyelp/yelp-magic-decompressor.c
 libyelp/yelp-mallard-document.c
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f8d436b..7da92f1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,7 +14,6 @@ check_PROGRAMS =                              \
        test-transform                          \
        test-uri                                \
        test-view
-#      test-location-entry
 
 if ENABLE_LZMA
 check_PROGRAMS += test-lzma
@@ -28,9 +27,6 @@ test_bz2_CFLAGS = $(YELP_COMMON_CFLAGS)
 test_bz2_LDADD = $(YELP_COMMON_LDADD)
 endif
 
-test_location_entry_CFLAGS = $(YELP_COMMON_CFLAGS)
-test_location_entry_LDADD = $(YELP_COMMON_LDADD)
-
 test_magic_CFLAGS = $(YELP_COMMON_CFLAGS)
 test_magic_LDADD = $(YELP_COMMON_LDADD)
 
diff --git a/tests/test-view.c b/tests/test-view.c
index 7059d5c..76c48a3 100644
--- a/tests/test-view.c
+++ b/tests/test-view.c
@@ -21,7 +21,6 @@
 #include <gtk/gtk.h>
 #include <webkit/webkit.h>
 
-#include "yelp-location-entry.h"
 #include "yelp-view.h"
 #include "yelp-uri.h"
 #include "yelp-simple-document.h"


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