Do not abuse $(EXTRA_PROGRAMS).
commit4bb6564bcb3fd7731af67c79ce443a60409b8d17
authorJohannes Sixt <johannes.sixt@telecom.at>
Thu, 13 Mar 2008 11:49:13 +0000 (13 12:49 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Thu, 13 Mar 2008 12:22:48 +0000 (13 13:22 +0100)
tree7f77a84fe344fd9986d3ba8c4572c123b07161be
parent74ea7c5841045e5a66715f705748d9f0f275245b
Do not abuse $(EXTRA_PROGRAMS).

We don't want to compile some programs on Windows. There was already a
Makefile variable EXTRA_PROGRAMS, which we used to achieve this. But
this is not exactly self-explanatory. So we name the variable
POSIX_ONLY_PROGRAMS and reinstate the old EXTRA_PROGRAMS.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Makefile