installation fix: don't install CMakeLists.txt as scripts (from 1.2)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1720 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent a8c0a8fb8e
commit 2461368ae2

@ -18,7 +18,7 @@ lib_full_name ?= $(app_module_dir)/$(lib_name)
module_conf_files = $(wildcard etc/*.conf)
AUDIO_FILES=$(notdir $(wildcard wav/*.wav))
EXTRA_LIB_DIR?=lib/
EXTRA_LIB_FILES=$(notdir $(wildcard $(EXTRA_LIB_DIR)*))
EXTRA_LIB_FILES=$(filter-out CMakeLists.txt, $(notdir $(wildcard $(EXTRA_LIB_DIR)*)))
srcs = $(wildcard *.cpp)
hrds = $(wildcard *.h)

Loading…
Cancel
Save