All of lore.kernel.org
 help / color / mirror / Atom feed
From: ramsdell@mitre.org (John D. Ramsdell)
To: sgrubb@redhat.com
Cc: linux-audit@redhat.com
Subject: Enable make dist
Date: 20 Jul 2007 09:13:18 -0400	[thread overview]
Message-ID: <ogt7iovqkup.fsf@oolong.mitre.org> (raw)
In-Reply-To: <ogt7ip0p8w7.fsf@oolong.mitre.org>

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

Enclosed is a patch for audit version 1.5.5 that allows "make dist"
to produce a source distribution that compiles.  I use this target to
test patches I write so as to ensure my patch does not rely on
anything left over in the directory in which I am modifying the
sources.  Please apply it.

John


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: make dist --]
[-- Type: text/x-patch, Size: 2249 bytes --]

diff -ur oaudit-1.5.5/auparse/Makefile.am audit-1.5.5/auparse/Makefile.am
--- oaudit-1.5.5/auparse/Makefile.am	2007-06-18 16:43:06.000000000 -0400
+++ audit-1.5.5/auparse/Makefile.am	2007-07-20 08:43:44.000000000 -0400
@@ -27,10 +27,12 @@
 LIBS =
 lib_LTLIBRARIES = libauparse.la
 include_HEADERS = auparse.h auparse-defs.h
-libauparse_la_SOURCES = rlist.c nvpair.c interpret.c nvlist.c ellist.c \
-	auparse.c auditd-config.c message.c data_buf.c \
-	captab.h famtab.h flagtab.h ipctab.h socktab.h typetab.h \
-	open-flagtab.h clone-flagtab.h fcntl-cmdtab.h data_buf.h
+libauparse_la_SOURCES = rlist.c nvpair.c interpret.c nvlist.c ellist.c	\
+	auparse.c auditd-config.c message.c data_buf.c auparse-defs.h	\
+	data_buf.h flagtab.h nvlist.h rlist.h auparse.h ellist.h	\
+	internal.h nvpair.h rnode.h captab.h famtab.h interpret.h	\
+	open-flagtab.h socktab.h clone-flagtab.h fcntl-cmdtab.h		\
+	ipctab.h private.h typetab.h
 libauparse_la_LIBADD = ${top_srcdir}/lib/libaudit.la
 libauparse_la_DEPENDENCIES = $(libauparse_la_SOURCES) ../config.h
 libauparse_la_LDFLAGS = -Wl,-z,relro
Only in audit-1.5.5/auparse: Makefile.am~
diff -ur oaudit-1.5.5/bindings/python/Makefile.am audit-1.5.5/bindings/python/Makefile.am
--- oaudit-1.5.5/bindings/python/Makefile.am	2007-05-01 17:28:55.000000000 -0400
+++ audit-1.5.5/bindings/python/Makefile.am	2007-07-20 08:58:12.000000000 -0400
@@ -21,7 +21,7 @@
 # 
 
 CONFIG_CLEAN_FILES = Makefile.in *.loT *.rej *.orig
-EXTRA_DIST = setup.py
+EXTRA_DIST = setup.py auparse_python.c
 
 all:
 	$(PYTHON) setup.py build
@@ -31,4 +31,3 @@
 
 clean-generic:
 	rm -rf build
- 
Only in audit-1.5.5/bindings/python: Makefile.am~
diff -ur oaudit-1.5.5/init.d/Makefile.am audit-1.5.5/init.d/Makefile.am
--- oaudit-1.5.5/init.d/Makefile.am	2007-06-26 11:44:55.000000000 -0400
+++ audit-1.5.5/init.d/Makefile.am	2007-07-20 08:53:28.000000000 -0400
@@ -21,7 +21,8 @@
 #
 
 CONFIG_CLEAN_FILES = Makefile.in *.rej *.orig
-EXTRA_DIST = auditd.init  auditd.sysconfig auditd.conf audit.rules auditd.cron
+EXTRA_DIST = auditd.init auditd.sysconfig auditd.conf audit.rules	\
+auditd.cron libaudit.conf
 libconfig = libaudit.conf
 dispconfig = audispd.conf
 dispconfigdir = $(sysconfdir)/audisp
Only in audit-1.5.5/init.d: Makefile.am~

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2007-07-20 13:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-16 17:15 Autotools usage in the audit package John D. Ramsdell
2007-07-20 13:13 ` John D. Ramsdell [this message]
2007-07-25 18:14   ` Enable make dist Steve Grubb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ogt7iovqkup.fsf@oolong.mitre.org \
    --to=ramsdell@mitre.org \
    --cc=linux-audit@redhat.com \
    --cc=sgrubb@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.