Skip to content

Commit

Permalink
Dist fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jorgensen committed Apr 20, 2011
1 parent 45ae68a commit d9d454c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/libtool
/ltconfig
/ltmain.sh
/mono-*.tar.gz
/mono-*.tar.*
/*.pc
/mono.spec
/mono-core.spec
Expand Down
1 change: 1 addition & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -2909,6 +2909,7 @@ mono/monograph/Makefile
mono/io-layer/Makefile
mono/mini/Makefile
mono/profiler/Makefile
m4/Makefile
ikvm-native/Makefile
scripts/Makefile
man/Makefile
Expand Down
2 changes: 2 additions & 0 deletions m4/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Makefile
Makefile.in
libtool.m4
ltoptions.m4
ltsugar.m4
Expand Down
2 changes: 1 addition & 1 deletion m4/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 dolt.m4 $(wildcard *.m4)
EXTRA_DIST = iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 $(wildcard *.m4)
4 changes: 3 additions & 1 deletion mono/utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ monoutils_sources = \
mono-threads.c \
mono-threads-posix.c \
mono-threads-mach.c \
mono-threads.h
mono-threads.h \
mono-tls.h \
linux_magic.h

arch_sources =

Expand Down

0 comments on commit d9d454c

Please sign in to comment.