X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=1cda89ba8f42a490ec995865a8c6a787ba9d7bf0;hb=3751bfd7ed7e9ad19f1f3002f42850f063fed5c6;hp=c997d34411acccbb4f540e76967f8de5fadfe594;hpb=48d00935c8f9164f7e745972339c9244b060b5f9;p=mono.git diff --git a/Makefile.am b/Makefile.am index c997d34411a..1cda89ba8f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,11 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = mono doc runtime scripts man +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