Browse Source

Took care of scripts and support.

Monty Taylor 15 years ago
parent
commit
df48529bed
5 changed files with 13 additions and 27 deletions
  1. 12 5
      Makefile.am
  2. 1 1
      benchmark/include.am
  3. 0 2
      configure.ac
  4. 0 8
      scripts/Makefile.am
  5. 0 11
      support/Makefile.am

+ 12 - 5
Makefile.am

@@ -13,13 +13,12 @@ noinst_PROGRAMS =
 lib_LTLIBRARIES =
 lib_LTLIBRARIES =
 noinst_LTLIBRARIES =
 noinst_LTLIBRARIES =
 nobase_pkginclude_HEADERS =
 nobase_pkginclude_HEADERS =
-noinst_HEADERS=
+noinst_HEADERS =
+EXTRA_DIST = 
 
 
 
 
 SUBDIRS = \
 SUBDIRS = \
 	. \
 	. \
-	scripts \
-	support \
 	tests
 	tests
 
 
 include benchmark/include.am
 include benchmark/include.am
@@ -30,12 +29,20 @@ include libgearman/include.am
 include libgearman-server/include.am
 include libgearman-server/include.am
 include docs/man_list
 include docs/man_list
 
 
-EXTRA_DIST= \
+EXTRA_DIST+= \
 	docs/Doxyfile.api \
 	docs/Doxyfile.api \
 	docs/Doxyfile.dev \
 	docs/Doxyfile.dev \
 	docs/api_header.html \
 	docs/api_header.html \
 	docs/dev_header.html \
 	docs/dev_header.html \
-	docs/doxygen.h
+	docs/doxygen.h \
+  scripts/gearmand-init \
+	scripts/gearmand.xml \
+	scripts/gearmand \
+	scripts/README.solaris \
+	support/gearmand.spec
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = support/gearmand.pc
 
 
 docs: all
 docs: all
 	${DOXYGEN} docs/Doxyfile.api
 	${DOXYGEN} docs/Doxyfile.api

+ 1 - 1
benchmark/include.am

@@ -16,7 +16,7 @@ noinst_PROGRAMS+= \
 	benchmark/blobslap_worker
 	benchmark/blobslap_worker
 
 
 noinst_HEADERS+= \
 noinst_HEADERS+= \
-	benchmark.h
+	benchmark/benchmark.h
 
 
 noinst_LTLIBRARIES+= benchmark/libbenchmark.la
 noinst_LTLIBRARIES+= benchmark/libbenchmark.la
 benchmark_libbenchmark_la_SOURCES= benchmark/benchmark.c
 benchmark_libbenchmark_la_SOURCES= benchmark/benchmark.c

+ 0 - 2
configure.ac

@@ -64,8 +64,6 @@ AC_CHECK_HEADERS(sys/socket.h sys/types.h sys/utsname.h unistd.h strings.h)
 
 
 AC_CONFIG_FILES(Makefile
 AC_CONFIG_FILES(Makefile
                 tests/Makefile
                 tests/Makefile
-                scripts/Makefile
-                support/Makefile
                 scripts/gearmand-init
                 scripts/gearmand-init
                 scripts/gearmand.xml
                 scripts/gearmand.xml
                 scripts/gearmand
                 scripts/gearmand

+ 0 - 8
scripts/Makefile.am

@@ -1,8 +0,0 @@
-# Gearman server and library
-# Copyright (C) 2008 Brian Aker, Eric Day
-# All rights reserved.
-#
-# Use and distribution licensed under the BSD license.  See
-# the COPYING file in this directory for full text.
-
-EXTRA_DIST= gearmand-init gearmand.xml gearmand README.solaris

+ 0 - 11
support/Makefile.am

@@ -1,11 +0,0 @@
-# Gearman server and library
-# Copyright (C) 2008 Brian Aker, Eric Day
-# All rights reserved.
-#
-# Use and distribution licensed under the BSD license.  See
-# the COPYING file in this directory for full text.
-
-EXTRA_DIST = gearmand.spec
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gearmand.pc