]> git.sur5r.net Git - glabels/blobdiff - Makefile.am
Fixed calculation of number of pages when printing merge jobs
[glabels] / Makefile.am
index 0b8683634a57135e4f63bf8f134fbea0240f23c0..0aec6e1bdfeba6987aa0ed53e08c1a3f7069e0fe 100644 (file)
@@ -3,6 +3,7 @@
 SUBDIRS = \
        po \
        libglabels \
+       libglbarcode \
        src \
        data \
        templates \
@@ -11,9 +12,10 @@ SUBDIRS = \
 
 EXTRA_DIST = \
        README \
+       COPYING.README_FIRST \
        COPYING \
        COPYING-DOCS \
-       COPYING-LIBGLABELS \
+       COPYING-LIBS \
        COPYING-TEMPLATES \
        AUTHORS \
        ChangeLog \
@@ -25,12 +27,13 @@ EXTRA_DIST = \
        intltool-update.in \
        gnome-doc-utils.make \
        glabels.spec.in \
-       glabels.spec \
-       MESSAGE-OF-DOOM
+       glabels.spec
 
 DISTCLEANFILES = gnome-doc-utils.make
 
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
+DISTCHECK_CONFIGURE_FLAGS = \
+       --disable-scrollkeeper  \
+       --enable-gtk-doc
 
 dist-hook:
        @if test -d "$(srcdir)/.git"; \