]> git.pld-linux.org Git - packages/aide.git/blob - aide-autoconf.patch
- some errors (of header) while building ru.po
[packages/aide.git] / aide-autoconf.patch
1 diff -Nur old/Makefile.am new/Makefile.am
2 --- old/Makefile.am     2003-01-16 10:37:34.000000000 +0000
3 +++ new/Makefile.am     2003-12-13 19:21:12.000000000 +0000
4 @@ -17,7 +17,7 @@
5  # Boston, MA 02111-1307, USA.
6  #
7  
8 -SUBDIRS = src doc po
9 +SUBDIRS = src doc po intl
10  
11  CLEANFILES = *~
12  
13 diff -Nur old/src/Makefile.am new/src/Makefile.am
14 --- old/src/Makefile.am 2003-10-29 10:10:57.000000000 +0000
15 +++ new/src/Makefile.am 2003-12-13 19:22:44.000000000 +0000
16 @@ -46,7 +46,7 @@
17                 util.c          \
18                 aide.c
19  
20 -INCLUDES = -I$(prefix)/include -I$(top_srcdir)/include
21 +INCLUDES = -I$(top_srcdir)/include -I$(includedir)
22  
23  LDADD = @CRYPTLIB@ @ACLLIB@
24  
This page took 0.037119 seconds and 3 git commands to generate.