]> git.pld-linux.org Git - packages/aide.git/blame - aide-autoconf.patch
- updated for 0.13.1
[packages/aide.git] / aide-autoconf.patch
CommitLineData
4e3de2ed 1diff -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
03796e95
SZ
4@@ -17,7 +17,7 @@
5 # Boston, MA 02111-1307, USA.
6 #
7
4e3de2ed 8-SUBDIRS = src doc
9+SUBDIRS = src doc intl
03796e95 10
4e3de2ed 11 datadir = @datadir@
12 localedir = $(datadir)/locale
13diff -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 \
03796e95
SZ
18 aide.c
19
4e3de2ed 20-INCLUDES = -I$(top_srcdir)/include
03796e95
SZ
21+INCLUDES = -I$(top_srcdir)/include -I$(includedir)
22
23 LDADD = @CRYPTLIB@ @ACLLIB@
24
This page took 0.028632 seconds and 4 git commands to generate.