diff options
author | Ryan Lortie <desrt@desrt.ca> | 2012-01-08 00:18:21 -0500 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-01-09 17:10:52 +0100 |
commit | 007f3d57667c2c2f274c7566d9f056a6044c5995 (patch) | |
tree | 61e58f8b95b0a536b1384d169290dba633f70610 /pkcs11 | |
parent | cf254e353b686c2ce11b492c0b4677e444a9f8f5 (diff) |
gnome2-store: fix srcdir != builddir jhbuilds
https://bugzilla.gnome.org/show_bug.cgi?id=667574
Diffstat (limited to 'pkcs11')
-rw-r--r-- | pkcs11/gnome2-store/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkcs11/gnome2-store/Makefile.am b/pkcs11/gnome2-store/Makefile.am index fd874f3c..e1f0c2bf 100644 --- a/pkcs11/gnome2-store/Makefile.am +++ b/pkcs11/gnome2-store/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ -I$(top_builddir) \ + -I$(top_builddir)/pkcs11 \ -I$(top_srcdir) \ -I$(top_srcdir)/pkcs11 \ $(GOBJECT_CFLAGS) \ |