X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcreate_filelist.sh;h=2b5490d6be824ad81f93892f561e7d810bd0feb0;hb=cee5f8c97c6fc342e533c802fd1f12ae288460ac;hp=8fe65f9b80bcab26c3abb316c85a203c5c420b96;hpb=d5d7159c209a9e5c5fa276f770b5b28a217990a8;p=libfirm diff --git a/ir/create_filelist.sh b/ir/create_filelist.sh index 8fe65f9b8..2b5490d6b 100755 --- a/ir/create_filelist.sh +++ b/ir/create_filelist.sh @@ -3,7 +3,7 @@ # Little helper script used to create the file list for Makefile.am # automatically -DIRS="adt ana be common debug ident ir libcore lower obstack opt stat tr tv kaps" +DIRS="adt ana be common debug ident ir libcore lower lpp obstack opt stat tr tv kaps" echo "libfirm_la_SOURCES = \\" > FILELIST for dir in $DIRS; do