Support for graphics in text buffers
[rodin/chimara.git] / Makefile.am
index 2ce4185ca0c7f52af5269093b720fda3f400d69a..445af84942ded4cbf521a03f9f753ca2c71133ec 100644 (file)
@@ -1,25 +1,22 @@
 ## Process this file with automake to produce Makefile.in
 ## Created by Anjuta
 
-SUBDIRS = libchimara interpreters tests docs po
+SUBDIRS = libchimara interpreters player tests docs po
 
-chimaradocdir = ${prefix}/doc/chimara
+chimaradocdir = $(datadir)/doc/chimara
 dist_chimaradoc_DATA = \
        README\
        COPYING\
        AUTHORS\
        ChangeLog\
-       INSTALL\
        NEWS
 
 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
 
@@ -35,4 +32,4 @@ rpm:
        @$(ECHO) \
        "To build an RPM package, you must run configure with --enable-rpm."; \
        exit 1
-endif
\ No newline at end of file
+endif