diff options
author | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-06-15 09:32:20 +0200 |
---|---|---|
committer | Nikola Pajkovsky <npajkovs@redhat.com> | 2011-06-15 11:57:56 +0200 |
commit | c0e01c96366682efa94ef6154579d1b2c984bb29 (patch) | |
tree | 8c6197b180ad03f71763bc1f32da988f7f315978 | |
parent | 38bcfdd3ccc0e27ef82ea08dd926941a81d963a4 (diff) | |
download | abrt-c0e01c96366682efa94ef6154579d1b2c984bb29.tar.gz abrt-c0e01c96366682efa94ef6154579d1b2c984bb29.tar.xz abrt-c0e01c96366682efa94ef6154579d1b2c984bb29.zip |
[abrt] rename abrt-install-ccpp-hook to abrt-install-ccpp-hook.in
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | src/hooks/Makefile.am | 2 | ||||
-rwxr-xr-x | src/hooks/abrt-install-ccpp-hook.in (renamed from src/hooks/abrt-install-ccpp-hook) | 0 |
4 files changed, 3 insertions, 1 deletions
@@ -36,6 +36,7 @@ src/cli/abrt-cli src/hooks/abrt_exception_handler.py src/hooks/abrt-hook-ccpp +src/hooks/abrt-install-ccpp-hook src/applet/abrt-applet.desktop src/gui-gtk/abrt.desktop diff --git a/configure.ac b/configure.ac index f2cde328..7c42f474 100644 --- a/configure.ac +++ b/configure.ac @@ -140,6 +140,7 @@ AC_CONFIG_FILES([ src/Makefile src/daemon/Makefile src/hooks/Makefile + src/hooks/abrt-install-ccpp-hook src/applet/Makefile src/gui-gtk/Makefile src/cli/Makefile diff --git a/src/hooks/Makefile.am b/src/hooks/Makefile.am index 95cd3634..962e3265 100644 --- a/src/hooks/Makefile.am +++ b/src/hooks/Makefile.am @@ -27,7 +27,7 @@ abrt_hook_ccpp_LDADD = \ $(LIBREPORT_LIBS) python_PYTHON = abrt.pth abrt_exception_handler.py -EXTRA_DIST = abrt_exception_handler.py.in abrt-install-ccpp-hook $(man_MANS) +EXTRA_DIST = abrt_exception_handler.py.in abrt-install-ccpp-hook.in $(man_MANS) CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc)) diff --git a/src/hooks/abrt-install-ccpp-hook b/src/hooks/abrt-install-ccpp-hook.in index a245aa28..a245aa28 100755 --- a/src/hooks/abrt-install-ccpp-hook +++ b/src/hooks/abrt-install-ccpp-hook.in |