Initial commit
This commit is contained in:
15
makefile.am
Normal file
15
makefile.am
Normal file
@@ -0,0 +1,15 @@
|
||||
## 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@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user