X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=1cda89ba8f42a490ec995865a8c6a787ba9d7bf0;hb=ae2a215b4062664f6364d713fc94b5cd15df000e;hp=3abab0517bc768f4cd90e0bb238a1480a37442ae;hpb=148cc634b70d1862ac7248d878f71ebb78ca41d6;p=mono.git diff --git a/Makefile.am b/Makefile.am index 3abab0517bc..1cda89ba8f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,11 @@ -SUBDIRS = mono doc runtime +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