build: Another srcdir != builddir fix

This commit is contained in:
Colin Walters 2012-01-16 18:44:49 -05:00
parent bc612b9fc8
commit b6e1f7f1a2
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ AM_CPPFLAGS = \
-I. \ -I. \
-I.. \ -I.. \
-I$(top_srcdir) \ -I$(top_srcdir) \
-I$(top_builddir) \
-DG_LOG_DOMAIN=\"libnotify\" \ -DG_LOG_DOMAIN=\"libnotify\" \
$(PACKAGE_CFLAGS) $(PACKAGE_CFLAGS)