summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-16 18:44:49 -0500
committerColin Walters <walters@verbum.org>2012-01-16 18:44:49 -0500
commitb6e1f7f1a24e3c33b493eb981cf16b10165422c8 (patch)
tree88bf2848e78e165a3c3f4e41160d2022c30fab1f
parentbc612b9fc8c726565254d575f33bc9e3a25e2e22 (diff)
downloadlibnotify-b6e1f7f1a24e3c33b493eb981cf16b10165422c8.tar.gz
build: Another srcdir != builddir fix
-rw-r--r--libnotify/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnotify/Makefile.am b/libnotify/Makefile.am
index a36aac6..ab9f5bc 100644
--- a/libnotify/Makefile.am
+++ b/libnotify/Makefile.am
@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
-I. \
-I.. \
-I$(top_srcdir) \
+ -I$(top_builddir) \
-DG_LOG_DOMAIN=\"libnotify\" \
$(PACKAGE_CFLAGS)