|
@@ -13,13 +13,12 @@ noinst_PROGRAMS =
|
|
|
lib_LTLIBRARIES =
|
|
|
noinst_LTLIBRARIES =
|
|
|
nobase_pkginclude_HEADERS =
|
|
|
-noinst_HEADERS=
|
|
|
+noinst_HEADERS =
|
|
|
+EXTRA_DIST =
|
|
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
. \
|
|
|
- scripts \
|
|
|
- support \
|
|
|
tests
|
|
|
|
|
|
include benchmark/include.am
|
|
@@ -30,12 +29,20 @@ include libgearman/include.am
|
|
|
include libgearman-server/include.am
|
|
|
include docs/man_list
|
|
|
|
|
|
-EXTRA_DIST= \
|
|
|
+EXTRA_DIST+= \
|
|
|
docs/Doxyfile.api \
|
|
|
docs/Doxyfile.dev \
|
|
|
docs/api_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
|
|
|
${DOXYGEN} docs/Doxyfile.api
|