X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fcreate_filelist.sh;h=406592a62c0b51afaa94a82fc1265c9f59d37f51;hb=3fc1c705e6d20c74d46c916d97a44aea4377476b;hp=8d90f73096eee19b48d84293938cd4040fdec802;hpb=60aee65e40d054356098006e3941174a7733571a;p=libfirm diff --git a/ir/create_filelist.sh b/ir/create_filelist.sh index 8d90f7309..406592a62 100755 --- a/ir/create_filelist.sh +++ b/ir/create_filelist.sh @@ -15,7 +15,7 @@ done echo "" >> FILELIST echo "" >> FILELIST echo "EXTRA_DIST = \\" >> FILELIST -FILES=`find $DIRS -maxdepth 1 -name "*.h" -o -name "*.def" -o -name "*.sh"` +FILES=`find $DIRS -maxdepth 1 -name "*.h" -o -name "*.def" -o -name "*.sh" -o -name "*.l" -o -name "*.y"` FILES="$FILES `find ir -name "*.inl"`" for f in $FILES; do echo -e "\t$f \\" >> FILELIST