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