diff options
author | Martin Baulig <martin@src.gnome.org> | 1998-08-19 18:02:11 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 1998-08-19 18:02:11 +0000 |
commit | 5e128cff8f0d84010f50788dfcb2cb5e5ffb0140 (patch) | |
tree | d6d4b19d29d66432e94098cf4eae0a4361c98553 /jbc | |
parent | 495b13ca4346aae8f0b9530bbd21d6079613ee2c (diff) |
Added `-I$(top_srcdir)/intl -I$(top_builddir)/intl' to `INCLUDES'.LIBGTOP_APPS
Diffstat (limited to 'jbc')
-rw-r--r-- | jbc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jbc/Makefile.am b/jbc/Makefile.am index c0ac883dc..cb25ccce3 100644 --- a/jbc/Makefile.am +++ b/jbc/Makefile.am @@ -7,6 +7,7 @@ dummy.cc: endif INCLUDES = -I. -I$(srcdir) \ + -I$(top_srcdir)/intl -I$(top_builddir)/intl \ -I$(srcdir)/../../panel \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(includedir) $(GNOME_INCLUDEDIR) |