X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=b361222021e63ae69d5dbd321dd20807042d8ed2;hb=b4ff470fdaf0e846080d3fc4cf99c4e1102a96bb;hp=3abab0517bc768f4cd90e0bb238a1480a37442ae;hpb=148cc634b70d1862ac7248d878f71ebb78ca41d6;p=mono.git diff --git a/Makefile.am b/Makefile.am index 3abab0517bc..b361222021e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = mono doc runtime +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = mono doc docs runtime scripts man data + +EXTRA_DIST= mono.pc.in mono.spec.in + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA= mono.pc +DISTCLEANFILES= mono.pc