[gnome-control-center] build: Fix build on fresh checkouts



commit 0a6a19418bae01b4ec7f544ed037d4be08265886
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Apr 2 23:57:52 2011 +0200

    build: Fix build on fresh checkouts
    
    Commit a0672cb9ad0 removed the API documentation, but left a stray
    reference to the docs/ subdirectory causing a build failure with
    fresh checkouts.

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 71c692e..ce07f44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 SUBDIRS = po libgnome-control-center shell panels help
-DIST_SUBDIRS = po help shell docs panels libgnome-control-center
+DIST_SUBDIRS = po help shell panels libgnome-control-center
 
 schemasdir   = @GCONF_SCHEMA_FILE_DIR@
 schemas_in_files = gnome-control-center.schemas.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]