mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-08-06 04:36:06 +00:00
12 lines
273 B
Makefile
12 lines
273 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
examplesdir=$(exampledir)
|
|
|
|
examples_DATA = README
|
|
|
|
examples_SCRIPTS = Example1 \
|
|
Example2 \
|
|
Example3 \
|
|
Example4
|
|
|
|
EXTRA_DIST = $(examples_SCRIPTS)
|