repo.or.cz
/
ladish.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
waf buildable daemon
[ladish.git]
/
lash_compat
/
lash
/
Makefile.am
blob
3eb959b2205173ee9ca1b91be22ebcd001f441c7
1
include $(top_srcdir)/common.am
2
lashincludedir = $(includedir)/lash-1.0/lash
3
4
lashinclude_HEADERS = \
5
lash.h \
6
types.h \
7
config.h \
8
client_interface.h \
9
client_interface_new.h
10
11
if LASH_OLD_API
12
lashinclude_HEADERS += \
13
event.h \
14
protocol.h
15
else
16
noinst_HEADERS = \
17
event.h \
18
protocol.h
19
endif