Skip to content

Commit

Permalink
Fix build issue when srcdir != builddir
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoh committed Nov 29, 2012
1 parent 7e72434 commit 71251ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/Makefile.am
Expand Up @@ -3,6 +3,7 @@
NULL =
INCLUDES = \
-I$(top_srcdir)/liblangtag/ \
-I$(top_builddir)/liblangtag/ \
-I$(top_srcdir) \
-D__LANGTAG_COMPILATION \
-DBUILDDIR="\"$(abs_top_builddir)\"" \
Expand Down
2 changes: 2 additions & 0 deletions liblangtag-gobject/Makefile.am
Expand Up @@ -4,6 +4,8 @@
# Global definitions
NULL =
INCLUDES = \
-I$(top_builddir)/liblangtag-gobject/ \
-I$(top_builddir) \
-I$(top_srcdir)/liblangtag/ \
-I$(top_srcdir) \
-D__LANGTAG_COMPILATION \
Expand Down

0 comments on commit 71251ea

Please sign in to comment.