15 lines
315 B
Makefile
15 lines
315 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
#
|
|
# JW 3/9/01 - had a go and makeing an autoconf script.
|
|
|
|
noinst_LTLIBRARIES = libenhxsp.la
|
|
|
|
libenhxsp_la_SOURCES = \
|
|
enh.c \
|
|
enhtrans.c
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(top_srcdir)/src/include
|
|
AM_CFLAGS = $(STATIC)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|