summarylogtreecommitdiffstats
path: root/Makefile.patch
blob: 307799eae4c8422c4dc8f0cc9dad2bb27e0fe7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*** Makefile	2008-02-10 12:13:18.000000000 +0100
--- Makefile.new	2009-06-25 19:24:43.000000000 +0200
***************
*** 47,62 ****
  # Edit the following lines to meet your needs
  
  # Path to install the headerfiles
! INCLUDE_PATH = /usr/include/hashlib++
  
  # Path to install the library
! LIB_PATH = /usr/local/lib/
  
  # Compiler to use
  COMPILER = g++
  
  # Global options for the compiler
! COPTIONS = -ansi -Wall -Wextra
  
  #----------------------------------------------------------------------- 
  # DON'T CHANGE ANYTHING BELOW
--- 47,62 ----
  # Edit the following lines to meet your needs
  
  # Path to install the headerfiles
! INCLUDE_PATH = $(DESTDIR)/usr/include/hashlib++
  
  # Path to install the library
! LIB_PATH = $(DESTDIR)/usr/lib/
  
  # Compiler to use
  COMPILER = g++
  
  # Global options for the compiler
! COPTIONS = -ansi -Wall -Wextra -fPIC
  
  #----------------------------------------------------------------------- 
  # DON'T CHANGE ANYTHING BELOW