X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=1cda89ba8f42a490ec995865a8c6a787ba9d7bf0;hb=ae2a215b4062664f6364d713fc94b5cd15df000e;hp=25862e829f7687c9a4ecdecb5d3f966ed3dd6081;hpb=44162175c847a520e8d87ad5bb685c7fb9dfb0cb;p=mono.git diff --git a/Makefile.am b/Makefile.am index 25862e829f7..1cda89ba8f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,11 @@ -SUBDIRS = libffi mono doc +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = @libgc_dir@ mono doc docs runtime scripts man data + +dnl EXTRA_SUBDIRS = libgc + +EXTRA_DIST= mono.pc.in mono.spec.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA= mono.pc +DISTCLEANFILES= mono.pc