File: Makefile.am

package info (click to toggle)
ganglia-modules-linux 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 1,484 kB
  • sloc: sh: 11,127; ansic: 1,100; makefile: 75
file content (24 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AM_CFLAGS  = -I$(top_builddir)/include -I$(top_builddir)/lib 

if STATIC_BUILD

noinst_LTLIBRARIES    = libmodexample.la
libmodexample_la_SOURCES = mod_example.c 

else

pkglib_LTLIBRARIES    = modexample.la
modexample_la_SOURCES = mod_example.c 
modexample_la_LDFLAGS = -module -avoid-version

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

endif

#INCLUDES = @APR_INCLUDES@

install:
	@echo
	@echo "Examples should be installed manually"
	@echo