annotate lwar/Makefile.am @ 400:573ed4940625 3.0-beta1 3.0-beta1

Fixed inclusion of documentation in make dist
author lost@l-w.ca
date Fri, 23 Jul 2010 17:32:29 -0600
parents 1c31e9005ff7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
339
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
2 bin_PROGRAMS = lwar
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
3 lwar_SOURCES = main.c util.c lwar.c list.c add.c remove.c replace.c extract.c
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
4 lwar_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
eb230fa7d28e Prepare for migration to hg
lost
parents:
diff changeset
5 EXTRA_DIST = lwar.h util.h