Make fcobjs.c thread-safe
[platform/upstream/fontconfig.git] / Makefile.am
index 1738c33..cbc3df0 100644 (file)
@@ -26,6 +26,9 @@ SUBDIRS=fontconfig fc-case fc-lang fc-glyphname src \
        fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \
        conf.d $(DOCSRC) test
 
+AUTOMAKE_OPTIONS = dist-bzip2
+ACLOCAL_AMFLAGS = -I m4
+
 EXTRA_DIST = \
         fontconfig.pc.in \
         fonts.conf.in \
@@ -145,3 +148,5 @@ debuild-dirs: distdir
        $(RM) -r $(distdir).orig
        cp -a $(distdir) $(distdir).orig
        $(RM) -r $(distdir).orig/debian
+
+-include $(top_srcdir)/git.mk