[geocode-glib] geocode-glib: fix installation of headers



commit 0f0b238bc93db11832f6d3e6079194c5963a4073
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Nov 25 10:32:32 2012 -0500

    geocode-glib: fix installation of headers
    
    geocode-glib.h includes various headers (like glib-reverse.h and
    glib-error.h) so we should make sure that those are installed as well.

 geocode-glib/Makefile.am |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/geocode-glib/Makefile.am b/geocode-glib/Makefile.am
index 4d41152..fdad924 100644
--- a/geocode-glib/Makefile.am
+++ b/geocode-glib/Makefile.am
@@ -6,16 +6,12 @@ BUILT_GIRSOURCES =
 lib_LTLIBRARIES = libgeocode-glib.la
 
 public_files =						\
+	$(gcglib_HEADERS)				\
 	geocode-location.c				\
-	geocode-location.h				\
 	geocode-forward.c				\
-	geocode-forward.h				\
 	geocode-reverse.c				\
-	geocode-reverse.h				\
 	geocode-glib.c					\
-	geocode-glib.h					\
-	geocode-error.c					\
-	geocode-error.h
+	geocode-error.c
 
 libgeocode_glib_la_SOURCES =				\
 	$(public_files)					\
@@ -30,7 +26,12 @@ libgeocode_glib_la_LDFLAGS =				\
 	-export-symbols $(srcdir)/geocode-glib.symbols
 
 gcglibdir = $(pkgincludedir)
-gcglib_HEADERS = geocode-glib.h geocode-location.h geocode-forward.h
+gcglib_HEADERS = \
+	geocode-glib.h					\
+	geocode-location.h				\
+	geocode-forward.h				\
+	geocode-reverse.h				\
+	geocode-error.h
 
 AM_CFLAGS = -I$(top_srcdir) $(GEOCODE_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
 



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