summaryrefslogtreecommitdiff
path: root/lib/Automake/Parser/t/conditional.txt
blob: 1db874a372c34e8d422b84a46f2258c290902fb5 (plain)
1
2
3
4
5
6
bin_PROGRAMS = server
if windows
server_SOURCES = winserver.c
else
server_SOURCES = unixserver.c
endif