[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
conditional sources with libtool error?
From: |
Matthias Braun |
Subject: |
conditional sources with libtool error? |
Date: |
Tue, 2 Oct 2001 15:17:22 +0200 |
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
address@hidden, 8MB Speicher, Verschluesselung - http://freemail.web.de
- conditional sources with libtool error?,
Matthias Braun <=