summaryrefslogtreecommitdiff
path: root/components/history/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'components/history/Makefile.am')
-rw-r--r--components/history/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/history/Makefile.am b/components/history/Makefile.am
index 6f9f061b8..da21e5c3a 100644
--- a/components/history/Makefile.am
+++ b/components/history/Makefile.am
@@ -6,6 +6,8 @@ INCLUDES=\
-I$(top_srcdir) \
-I$(top_builddir) \
-DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ $(EEL_INCLUDEDIR) \
+ $(LIBRSVG_INCLUDEDIR) \
$(GNOMEUI_CFLAGS) \
$(GCONF_CFLAGS) \
$(BONOBO_CFLAGS) \
@@ -15,6 +17,8 @@ INCLUDES=\
LDADD=\
$(top_builddir)/libnautilus/libnautilus.la \
$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
+ $(EEL_LIBS) \
+ $(LIBRSVG_LIBS) \
$(BONOBO_LIBS) \
$(GCONF_LIBS) \
$(GNOMEUI_LIBS)