~brianaker/libdrizzle/private-headers-connection-test

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Continuous Integration
  • Date: 2012-12-27 19:49:09 UTC
  • mfrom: (62.1.4 libdrizzle-5.1)
  • Revision ID: ci@drizzle.org-20121227194909-qdwvzpif64nkkjhw
Merge lp:~brianaker/libdrizzle/valgrind-fix Build: jenkins-Libdrizzle-9

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
CLEANFILES =
10
10
DISTCLEANFILES =
11
11
bin_PROGRAMS =
 
12
dist_bin_SCRIPTS =
12
13
noinst_HEADERS =
13
14
lib_LTLIBRARIES =
14
15
man_MANS =
17
18
include_HEADERS =
18
19
nobase_include_HEADERS =
19
20
check_PROGRAMS =
 
21
check_SCRIPTS =
20
22
EXTRA_HEADERS =
21
23
BUILT_SOURCES=
22
24
EXTRA_DIST=
 
25
EXTRA_SCRIPTS=
23
26
CONFIGURE_DEPENDENCIES=
24
27
PREFIX= @prefix@
25
28
 
26
29
#includes additional rules from aminclude.am
27
30
@INC_AMINCLUDE@
28
31
DISTCLEANFILES+= aminclude.am
 
32
CLEANFILES+= $(dist_bin_SCRIPTS)
29
33
 
30
 
TESTS+= ${check_PROGRAMS}
 
34
TESTS+= ${check_PROGRAMS} ${check_SCRIPTS}
31
35
 
32
36
include tests/include.am
33
37
include m4/include.am
65
69
        -rm -f @PACKAGE@-*.rpm
66
70
        -rm @GENERIC_CONFIG@
67
71
 
68
 
install-exec-local:    install-generic-config
69
 
 
70
 
install-generic-config:
71
 
        $(mkinstalldirs) $(DESTDIR)$(bindir)
72
 
        $(INSTALL_SCRIPT) @GENERIC_CONFIG@ $(DESTDIR)$(bindir)
 
72
dist_bin_SCRIPTS+= @GENERIC_CONFIG@