Hello,

I'm quite new to automake so I don't know if the following is a bug or an error from 
me:

I use the following Makefile.am:
---
EXTRA_libsal_la_SOURCES=wtask.cxx
if USE_WINTASK
 TASKSOURCES=wtask.cxx
endif

EXTRA_libsal_la_SOURCES+=ptask.cxx
if USE_PTHREAD
 TASKSOURCES=ptask.cxx
endif

libsal_la_SOURCES = ... $(TASKSOURCES)
---

but automake 1.5 complains about it with an:
warning: automake does not support conditional definition of TASKSOURCES in 
libsal_la_SOURCES

Greetings
          Matze


_______________________________________________________________________
1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de
[EMAIL PROTECTED], 8MB Speicher, Verschluesselung - http://freemail.web.de



Reply via email to