X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Makefile.am;h=76d43cd698c04337b2ef9e539851287c4b0e86ed;hb=5a06246277a255fe6e0e465ce0f190541b7b0e16;hp=4a87cfd403a210164f2f9b089d7529970976acb8;hpb=062bbb9e7322c8e3f5162f86fc2f93bfc587b830;p=rodin%2Fchimara.git diff --git a/Makefile.am b/Makefile.am index 4a87cfd..76d43cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ ## Process this file with automake to produce Makefile.in ## Created by Anjuta -SUBDIRS = src po docs +SUBDIRS = src interpreters docs po chimaradocdir = ${prefix}/doc/chimara -chimaradoc_DATA = \ +dist_chimaradoc_DATA = \ README\ COPYING\ AUTHORS\ @@ -12,16 +12,11 @@ chimaradoc_DATA = \ INSTALL\ NEWS -EXTRA_DIST = $(chimaradoc_DATA) \ - intltool-extract.in intltool-merge.in intltool-update.in +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = chimara.pc chimara-plugin.pc -# Copy all the spec files. Of cource, only one is actually used. -dist-hook: - for specfile in *.spec; do \ - if test -f $$specfile; then \ - cp -p $$specfile $(distdir); \ - fi \ - done +EXTRA_DIST = intltool-extract.in intltool-merge.in intltool-update.in \ + chimara.pc.in chimara-plugin.pc.in DISTCLEANFILES = intltool-extract intltool-merge intltool-update