Files
lcdproc/Makefile.am
T

14 lines
260 B
Makefile

## Process this file with automake to produce Makefile.in
## set automake strictness to 'foreign'
AUTOMAKE_OPTIONS = foreign
SUBDIRS = shared clients server docs scripts
EXTRA_DIST = LCDd.conf LCDclients.conf README.IRman
dox:
$(MAKE) -C docs $@
## EOF