annotate lwar/Makefile.am @ 265:68fbca173508 2.6

Added generated files for release
author lost
date Tue, 22 Dec 2009 05:31:23 +0000
parents 51511cf1c9f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 188
diff changeset
1 AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
171
d610b8aef91b Added LWAR skeleton
lost
parents:
diff changeset
2 bin_PROGRAMS = lwar
188
bb2665c7005c Added --extract and --replace to lwar
lost
parents: 172
diff changeset
3 lwar_SOURCES = main.c util.c lwar.c list.c add.c remove.c replace.c extract.c
211
51511cf1c9f8 Prepare for gnulib integration
lost
parents: 188
diff changeset
4 lwar_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
171
d610b8aef91b Added LWAR skeleton
lost
parents:
diff changeset
5 EXTRA_DIST = lwar.h util.h