Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/aulastlog/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

CONFIG_CLEAN_FILES = *.loT *.rej *.orig
EXTRA_DIST = $(man_MANS)
AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/auparse
AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/auparse -I${top_srcdir}/src
AM_CFLAGS = -D_GNU_SOURCE ${WFLAGS}
bin_PROGRAMS = aulastlog
noinst_HEADERS = aulastlog-llist.h
noinst_HEADERS =
man_MANS = aulastlog.8

aulastlog_SOURCES = aulastlog.c aulastlog-llist.c
aulastlog_SOURCES = aulastlog.c ${top_srcdir}/src/generic-llist.c
aulastlog_LDADD = ${top_builddir}/auparse/libauparse.la
aulastlog_DEPENDENCIES = ${top_builddir}/auparse/libauparse.la
153 changes: 0 additions & 153 deletions tools/aulastlog/aulastlog-llist.c

This file was deleted.

66 changes: 0 additions & 66 deletions tools/aulastlog/aulastlog-llist.h

This file was deleted.

Loading