diff options
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 8d055d20..08b887ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ -SUBDIRS = gconf backends po doc examples +SUBDIRS = gconf backends po doc examples + +DIST_SUBDIRS = tests gconf backends po doc examples defaults if ENABLE_DEFAULTS_SERVICE SUBDIRS += defaults endif -DIST_SUBDIRS = tests $(SUBDIRS) defaults - EXTRA_DIST = \ TODO \ gtk-doc.make \ @@ -19,7 +19,7 @@ DISTCLEANFILES = \ intltool-merge \ intltool-extract -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-defaults-service install-data-local: -mkdir -p $(DESTDIR)$(sysgconfdir)/gconf.xml.defaults |