16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
## Makefile.am -- processed by automake to produce Makefile.in
|
|
##
|
|
|
|
##libexecdir = $(exec_prefix)/libexec
|
|
|
|
include_HEADERS = include/config.h
|
|
|
|
SUBDIRS = src include
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
AM_CPPFLAGS = @AM_CPPFLAGS@ @CAFE_CPPFLAGS@
|
|
AM_LDFLAGS= @AM_LDFLAGS@ @CAFE_LIBS@
|
|
|
|
|