Skip to content

Commit

Permalink
Specify distribution files, override pkglibdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dpocock committed Dec 8, 2011
1 parent 2774eb3 commit 0861b0a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ install: install-recursive

endif

EXTRA_DIST = ganglia-gmond-modules.spec
#EXTRA_DIST = ganglia-gmond-modules.spec

EXTRA_DIST = README.OpenCSW prepare_source_tree.sh do-configure.csw


2 changes: 1 addition & 1 deletion example/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkglib_LTLIBRARIES = modexample.la
modexample_la_SOURCES = mod_example.c
modexample_la_LDFLAGS = -module -avoid-version

EXTRA_DIST = ../conf.d/example.conf
EXTRA_DIST = ../conf.d/mod_example.conf

endif

Expand Down
5 changes: 4 additions & 1 deletion io/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ modio_la_SOURCES = mod_io.c
modio_la_LDFLAGS = -module -avoid-version
#modio_la_LIBADD = $(top_builddir)/libmetrics/libmetrics.la

EXTRA_DIST = ../conf.d/io.conf
EXTRA_DIST = ../conf.d/mod_io.conf
endif

INCLUDES = @APR_INCLUDES@

pkglibdir = $(libdir)/ganglia

5 changes: 4 additions & 1 deletion multicpu/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ modmulticpu_la_SOURCES = mod_multicpu.c
modmulticpu_la_LDFLAGS = -module -avoid-version
#modmulticpu_la_LIBADD = $(top_builddir)/libmetrics/libmetrics.la

EXTRA_DIST = ../conf.d/multicpu.conf
EXTRA_DIST = ../conf.d/mod_multicpu.conf
endif

INCLUDES = @APR_INCLUDES@

pkglibdir = $(libdir)/ganglia

0 comments on commit 0861b0a

Please sign in to comment.