projects
/
yaz-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Using AM_CPPFLAGS instead of INCLUDES
[yaz-moved-to-github.git]
/
comstack
/
Makefile.am
1
## $Id: Makefile.am,v 1.5 2002-04-15 09:44:42 adam Exp $
2
3
noinst_LTLIBRARIES=libcomstack.la
4
5
AM_CPPFLAGS=-I$(top_srcdir)/include
6
7
LIBS =
8
9
libcomstack_la_SOURCES=comstack.c tcpip.c waislen.c
10