comparison src/Makefile.am @ 1602:6bfe8fc7a403

added GPS map support - patch by Colin Clark
author nadvornik
date Tue, 12 May 2009 18:25:18 +0000
parents 282ebf388bb1
children 3ba101d04c91
comparison
equal deleted inserted replaced
1601:2b70f2a4adbf 1602:6bfe8fc7a403
3 3
4 AM_CFLAGS = \ 4 AM_CFLAGS = \
5 $(GLIB_CFLAGS) $(GTK_CFLAGS) \ 5 $(GLIB_CFLAGS) $(GTK_CFLAGS) \
6 $(LCMS_CFLAGS) \ 6 $(LCMS_CFLAGS) \
7 $(EXIV2_CFLAGS) \ 7 $(EXIV2_CFLAGS) \
8 $(LIBCHAMPLAIN_CFLAGS) \
9 $(LIBCHAMPLAIN_GTK_CFLAGS)
8 -I$(top_srcdir) \ 10 -I$(top_srcdir) \
9 -I$(top_builddir) 11 -I$(top_builddir)
10 12
11 13
12 AM_CXXFLAGS = \ 14 AM_CXXFLAGS = \
13 $(GLIB_CFLAGS) $(GTK_CFLAGS) \ 15 $(GLIB_CFLAGS) $(GTK_CFLAGS) \
14 $(LCMS_CFLAGS) \ 16 $(LCMS_CFLAGS) \
15 $(EXIV2_CFLAGS) \ 17 $(EXIV2_CFLAGS) \
18 $(LIBCHAMPLAIN_CFLAGS) \
19 $(LIBCHAMPLAIN_GTK_CFLAGS)
16 -I$(top_srcdir) \ 20 -I$(top_srcdir) \
17 -I$(top_builddir) 21 -I$(top_builddir)
18 22
19 module_SLIK = \ 23 module_SLIK = \
20 intl.h \ 24 intl.h \
81 advanced_exif.h \ 85 advanced_exif.h \
82 bar.c \ 86 bar.c \
83 bar.h \ 87 bar.h \
84 bar_comment.c \ 88 bar_comment.c \
85 bar_comment.h \ 89 bar_comment.h \
90 bar_gps.c \
91 bar_gps.h \
86 bar_histogram.c \ 92 bar_histogram.c \
87 bar_histogram.h \ 93 bar_histogram.h \
88 bar_keywords.c \ 94 bar_keywords.c \
89 bar_keywords.h \ 95 bar_keywords.h \
90 bar_exif.c \ 96 bar_exif.c \
236 view_file_icon.c \ 242 view_file_icon.c \
237 view_file_icon.h \ 243 view_file_icon.h \
238 window.c \ 244 window.c \
239 window.h 245 window.h
240 246
241 geeqie_LDADD = $(GTK_LIBS) $(GLIB_LIBS) $(INTLLIBS) $(LCMS_LIBS) $(EXIV2_LIBS) 247 geeqie_LDADD = $(GTK_LIBS) $(GLIB_LIBS) $(INTLLIBS) $(LCMS_LIBS) $(EXIV2_LIBS) $(LIBCHAMPLAIN_LIBS) $(LIBCHAMPLAIN_GTK_LIBS)
242 248
243 EXTRA_DIST = \ 249 EXTRA_DIST = \
244 $(extra_SLIK) 250 $(extra_SLIK)
245 251
246 gq-marshal.h: gq-marshal.list 252 gq-marshal.h: gq-marshal.list