9fe78cd264
aide-0.10-0.fdr.0.1.cvs20031104.rh90.src.rpm 0.10-0.fdr.0.1.cvs20031104 - Only tar.gz available upstream. - byacc not needed when bison -y is available. - Installed Russian manual pages. - Updated with changes from CVS (2003-11-04). - getopt patch merged upstream. - bison-1.35 patch incorporated upstream. 0.9-0.fdr.0.2.20030902 - Added fixes for further memleaks. 0.9-0.fdr.0.1.20030902 - Initial package version.
12 lines
555 B
Diff
12 lines
555 B
Diff
--- aide-0.9/src/Makefile.in.orig 2002-06-06 11:08:32.000000000 +0200
|
|
+++ aide-0.9/src/Makefile.in 2002-06-06 11:08:48.000000000 +0200
|
|
@@ -98,7 +98,7 @@
|
|
aide_SOURCES = conf_yacc.y conf_lex.l getopt.c getopt1.c gnu_regex.c error.c md.c db.c commandconf.c db_file.c db_disk.c db_lex.l db_sql.c gen_list.c list.c do_md.c base64.c symboltable.c compare_db.c be.c util.c aide.c
|
|
|
|
|
|
-INCLUDES = -I$(prefix)/include -I$(top_srcdir)/include
|
|
+INCLUDES = -I$(top_srcdir)/include
|
|
|
|
LDADD = @CRYPTLIB@ @ACLLIB@
|
|
|