]> git.pld-linux.org Git - packages/aide.git/blob - aide-autoconf.patch
- updated for 0.13.1
[packages/aide.git] / aide-autoconf.patch
1 diff -urN aide-0.11.orig/Makefile.am aide-0.11/Makefile.am
2 --- aide-0.11.orig/Makefile.am  2006-09-11 16:08:49.000000000 +0200
3 +++ aide-0.11/Makefile.am       2006-09-11 16:09:30.000000000 +0200
4 @@ -17,7 +17,7 @@
5  # Boston, MA 02111-1307, USA.
6  #
7  
8 -SUBDIRS = src doc
9 +SUBDIRS = src doc intl
10  
11  datadir = @datadir@
12  localedir = $(datadir)/locale
13 diff -urN aide-0.11.orig/src/Makefile.am aide-0.11/src/Makefile.am
14 --- aide-0.11.orig/src/Makefile.am      2006-09-11 16:08:49.000000000 +0200
15 +++ aide-0.11/src/Makefile.am   2006-09-11 16:09:49.000000000 +0200
16 @@ -47,7 +47,7 @@
17                 snprintf.c      \
18                 aide.c
19  
20 -INCLUDES = -I$(top_srcdir)/include
21 +INCLUDES = -I$(top_srcdir)/include -I$(includedir)
22  
23  LDADD = @CRYPTLIB@ @ACLLIB@
24  
This page took 0.069458 seconds and 3 git commands to generate.