X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Makefile.am;h=c03385dd2016b917873da0c64ea56820c135f7d8;hb=b45c3ca495891faad9cc7e4ed59bd3991ea37502;hp=d4c356bcb3d201956c29270221adcecdc7b87c58;hpb=db0f0fc8ee25926da8d34b826a3fc80d6186adbb;p=rodin%2Fchimara.git diff --git a/Makefile.am b/Makefile.am index d4c356b..c03385d 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 +SUBDIRS = src po docs chimaradocdir = ${prefix}/doc/chimara -chimaradoc_DATA = \ +dist_chimaradoc_DATA = \ README\ COPYING\ AUTHORS\ @@ -12,15 +12,12 @@ 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 + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc