You made my day
On 26 янв, 11:51, Thomas Martitz <thomas.mart...@student.htw-
berlin.de> wrote:
> Am 25.01.2012 18:57, schrieb Aristarh Smertin:
>
> > LOCAL_MODULE := lib
> > LOCAL_SRC_FILES := \
> > lib/src/lib.cpp \
> > lib/src/liba.cpp \
> > lib/src/libc.cpp
> > LOCAL_C_INCLUDES := $(LOCAL_PATH)/lib/inc
>
> Try LOCAL_SRC_FILES := $(wildcard lib/src/lib*.cpp)
>
> wildcard is make built-in, seehttp://
theory.uwinnipeg.ca/localfiles/infofiles/make/make_25.html. There