X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=Makefile.am;h=9cac9d78b8ebefaafd01706e9f3d7588197ee701;hp=846e0539bbdc923f834dd8e810da09f4806213e2;hb=HEAD;hpb=d35cfd7f0ed4319b838c1efc79d7924fea3d663c diff --git a/Makefile.am b/Makefile.am index 846e053..9cac9d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,11 @@ ## Process this file with automake to produce Makefile.in ## Created by Anjuta -SUBDIRS = libchimara interpreters tests docs po player +if TARGET_ILIAD +SUBDIRS = libchimara interpreters player po +else +SUBDIRS = libchimara interpreters player tests docs po +endif chimaradocdir = $(datadir)/doc/chimara dist_chimaradoc_DATA = \ @@ -14,11 +18,9 @@ dist_chimaradoc_DATA = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = chimara.pc chimara-plugin.pc -EXTRA_DIST = intltool-extract.in intltool-merge.in intltool-update.in \ - chimara.pc.in chimara-plugin.pc.in chimara.spec.in +EXTRA_DIST = chimara.pc.in chimara-plugin.pc.in chimara.spec.in -DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec \ - intltool-extract intltool-merge intltool-update +DISTCLEANFILES = chimara.pc chimara-plugin.pc chimara.spec ACLOCAL_AMFLAGS = -I m4