diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 21:14:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 21:14:25 +0000 |
commit | e340db64991a06761aa6395ffe760b53e4c1dfbc (patch) | |
tree | 6c7137ac6641083cc11376ed9605babda181521b /conduits/malconduit | |
parent | 7047c45c2613a9c44ca795dcaf5c08e72d20b6ca (diff) | |
download | kpilot-e340db64991a06761aa6395ffe760b53e4c1dfbc.tar.gz kpilot-e340db64991a06761aa6395ffe760b53e4c1dfbc.zip |
Fix kpilot build system
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1238887 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/malconduit')
-rw-r--r-- | conduits/malconduit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/malconduit/Makefile.am b/conduits/malconduit/Makefile.am index d8a2224..df5ed04 100644 --- a/conduits/malconduit/Makefile.am +++ b/conduits/malconduit/Makefile.am @@ -3,7 +3,7 @@ ### The mal conduit is Copyright (C) 2002 by Reinhold Kainhofer -INCLUDES= $(PISOCK_INCLUDE) $(MAL_INCLUDE) -I$(top_srcdir)/kpilot/lib $(all_includes) +INCLUDES= $(PISOCK_INCLUDE) $(MAL_INCLUDE) -I$(top_srcdir)/lib $(all_includes) METASOURCES = AUTO servicedir = $(kde_servicesdir) |