Skip to content

Commit

Permalink
libview: introspection - build against internal libevdocument
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Browaeys authored and Carlos Garcia Campos committed Jan 20, 2013
1 parent 0291193 commit 1b873f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libview/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ EvinceView_@EV_API_VERSION_U@_gir_FILES = \
$(INST_H_BUILT_FILES) \
$(filter %.c,$(libevview3_la_SOURCES))
EvinceView_@EV_API_VERSION_U@_gir_INCLUDES = GLib-2.0 GObject-2.0 Gio-2.0 Gdk-3.0 GdkPixbuf-2.0 Gtk-3.0
EvinceView_@EV_API_VERSION_U@_gir_LIBS = libevview3.la
EvinceView_@EV_API_VERSION_U@_gir_LIBS = libevview3.la $(top_builddir)/libdocument/libevdocument3.la
EvinceView_@EV_API_VERSION_U@_gir_CFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
Expand Down

0 comments on commit 1b873f3

Please sign in to comment.