summaryrefslogtreecommitdiff
path: root/src/gen-makefile-am.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen-makefile-am.sh')
-rwxr-xr-xsrc/gen-makefile-am.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen-makefile-am.sh b/src/gen-makefile-am.sh
index 3758137..0ab7b1d 100755
--- a/src/gen-makefile-am.sh
+++ b/src/gen-makefile-am.sh
@@ -85,8 +85,8 @@ LIBSYNTHESISSDK_SOURCES_ONLY=`echo $LIBSYNTHESISSDK_SOURCES_ONLY`
# files needed in libsmltk
LIBSMLTK_SOURCES=`find syncml_tk \
\( -name '*.cpp' -o -name '*.[ch]' \) \
- \! \( -wholename syncml_tk/src/sml/\*/palm/\* -o \
- -wholename syncml_tk/src/sml/\*/win/\* \)`
+ \! \( -path syncml_tk/src/sml/\*/palm/\* -o \
+ -path syncml_tk/src/sml/\*/win/\* \)`
LIBSMLTK_SOURCES=`echo $LIBSMLTK_SOURCES`
# header files required for using libsynthesissdk,