Files
lcdproc/clients/examples/Makefile.am
T
marschap ff0cb79b17 let lcdproc & lcdexec have their own private config file;
install server & client config files to $(sysconfdir) (using automake features)
2006-04-15 19:48:11 +00:00

8 lines
149 B
Makefile

## Process this file with automake to produce Makefile.in
bin_SCRIPTS = fortune.pl iosock.pl tail.pl x11amp.pl
EXTRA_DIST = $(bin_SCRIPTS)
## EOF