10 lines
145 B
Makefile
10 lines
145 B
Makefile
|
## Process this file with automake to produce Makefile.in
|
||
|
NULL =
|
||
|
DEPTH = ..
|
||
|
|
||
|
EXTRA_DIST =
|
||
|
SUBDIRS = \
|
||
|
synergy \
|
||
|
synergyd \
|
||
|
$(NULL)
|