projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
378ab81
)
little fix
author
Pierre Habouzit
<madcoder@debian.org>
Thu, 24 May 2007 21:26:33 +0000
(23:26 +0200)
committer
Pierre Habouzit
<madcoder@debian.org>
Thu, 24 May 2007 21:26:33 +0000
(23:26 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
79f6f56
..
e844caa
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-13,7
+13,7
@@
include(XConfig)
ADD_DEFINITIONS(-DHAVE_CONFIG_H)
ADD_DEFINITIONS(-D_GNU_SOURCE)
-INCLUDE_DIRECTORIES(${
CMAKE
_BINARY_DIR} ${madmutt_SOURCE_DIR})
+INCLUDE_DIRECTORIES(${
madmutt
_BINARY_DIR} ${madmutt_SOURCE_DIR})
SET(BINDIR "${CMAKE_INSTALL_PREFIX}/bin")
SET(DATADIR "${CMAKE_INSTALL_PREFIX}/share")