diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-17 01:01:13 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-05-17 01:01:13 +0000 |
commit | c7057958d5fbf7fa82745b5ab75844723def24ab (patch) | |
tree | 7ce794947996172efe506a3f2e600d5508d52662 /scripts | |
parent | cbc274c6e3ce3b2135c21c101d19271d66d3215e (diff) |
Fix "make dist".
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 | ||||
-rw-r--r-- | scripts/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 117c3186..4d86094a 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -4,6 +4,8 @@ bin_SCRIPTS = bluepin +EXTRA_DIST = bluepin bluetooth.rc.rh bluetooth.rc.deb + install-data-local: @DISTRO@ unknown: diff --git a/scripts/Makefile.in b/scripts/Makefile.in index ccc6f79f..a6e9f552 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -83,6 +83,8 @@ VERSION = @VERSION@ YACC = @YACC@ bin_SCRIPTS = bluepin + +EXTRA_DIST = bluepin bluetooth.rc.rh bluetooth.rc.deb mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_CLEAN_FILES = SCRIPTS = $(bin_SCRIPTS) |