diff options
author | Alexander Larsson <alexl@redhat.com> | 2007-07-24 10:08:34 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-07-24 10:08:34 +0000 |
commit | 39e570a71733027906ac972a3f146738e3fbe78e (patch) | |
tree | de1f2fa1851e03ed3b13ea7f210e2284ce2d0105 /src/Makefile.am | |
parent | 5e29db8a25b2f16d9181952bcb69e1fa51a1410f (diff) | |
download | nautilus-39e570a71733027906ac972a3f146738e3fbe78e.tar.gz |
Optionally support XMP metadata in images via exemi (#451380) Patch from
2007-07-24 Alexander Larsson <alexl@redhat.com>
* configure.in:
* src/Makefile.am:
* src/nautilus-image-properties-page.c:
* src/nautilus-main.c:
Optionally support XMP metadata in images via exemi (#451380)
Patch from Hubert Figuiere
svn path=/trunk/; revision=13021
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f185c4b0..63a3c8b55 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -14,6 +14,7 @@ INCLUDES = \ -I$(top_builddir)/libnautilus-private \ $(CORE_CFLAGS) \ $(EXIF_CFLAGS) \ + $(EXEMPI_CFLAGS) \ -DDATADIR=\""$(datadir)"\" \ -DLIBDIR=\""$(libdir)"\" \ -DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \ @@ -30,6 +31,7 @@ LDADD =\ $(top_builddir)/libnautilus-private/libnautilus-private.la \ $(CORE_LIBS) \ $(EXIF_LIBS) \ + $(EXEMPI_LIBS) \ $(POPT_LIBS) \ $(NULL) |