X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=b361222021e63ae69d5dbd321dd20807042d8ed2;hb=614ac1d78020d77263c6d5583b6764daa75709f8;hp=25862e829f7687c9a4ecdecb5d3f966ed3dd6081;hpb=44162175c847a520e8d87ad5bb685c7fb9dfb0cb;p=mono.git diff --git a/Makefile.am b/Makefile.am index 25862e829f7..b361222021e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = libffi mono doc +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