view lwar/Makefile.am @ 391:c1d83336e1d1

Fixed problem with structure member registration and fixed detection of operator{} type symbols in expression evaluation
author lost@l-w.ca
date Wed, 21 Jul 2010 21:26:43 -0600
parents 1c31e9005ff7
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