X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=b361222021e63ae69d5dbd321dd20807042d8ed2;hb=ca65d0afb61cb1df5efb047f67e202f653143d5f;hp=f73b0f64d1e9bcd471376ea3e82c5b78097652c7;hpb=6601ea4deec0282a28f34edf77806cd37f729567;p=mono.git diff --git a/Makefile.am b/Makefile.am index f73b0f64d1e..b361222021e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,9 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = mono doc runtime scripts man + +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