diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-04-09 11:08:48 +0000 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2008-04-09 11:08:48 +0000 |
commit | 8a889f429d3609809c0fdca9ec187d5650f12ad5 (patch) | |
tree | e3a5e61210f1342d033ecdced7cc44e455c9bea1 | |
parent | d9dc061793cbdd37cafd3b9bb92e10bde358bcd7 (diff) |
Fix compilation of server5.0.beta1
git-svn-id: https://mission-control.svn.sourceforge.net/svnroot/mission-control/trunk@340 d91c8aed-3f2b-0410-a83d-924a1c20a0ba
-rw-r--r-- | server/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Makefile.am b/server/Makefile.am index 4c0f008c..930af799 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = $(DBUS_CFLAGS) $(TELEPATHY_CFLAGS) -I$(top_srcdir) \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ -DMC_DISABLE_DEPRECATED \ -DLIBDIR="@libdir@" -DLIBVERSION="0" |