view lwar/Makefile.am @ 223:436b36214e35

Fixed lack of error when there are extraneous characters at the end of the operand.
author lost
date Mon, 11 May 2009 06:09:49 +0000
parents 51511cf1c9f8
children
line wrap: on
line source

AM_CPPFLAGS = -I$(top_builddir)/lib -I$(top_srcdir)/lib
bin_PROGRAMS = lwar
lwar_SOURCES = main.c util.c lwar.c list.c add.c remove.c replace.c extract.c
lwar_LDADD = -L$(top_builddir)/lib -L$(top_srcdir)/lib -lgnu
EXTRA_DIST = lwar.h util.h