summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Makefile.am
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-05-04 14:30:16 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2010-05-12 15:44:41 +0200
commit94a67f5d3edd6ac842cc3d7feea9e1954ee58a37 (patch)
tree7852327ee32cc832203379423269ddee880ba51f /lib/Utils/Makefile.am
parente17493d107e0b0e367a05090efa3dea34a58abfe (diff)
downloadabrt-94a67f5d3edd6ac842cc3d7feea9e1954ee58a37.tar.gz
abrt-94a67f5d3edd6ac842cc3d7feea9e1954ee58a37.tar.xz
abrt-94a67f5d3edd6ac842cc3d7feea9e1954ee58a37.zip
Move hooklib from src/Hooks to lib/Utils
Diffstat (limited to 'lib/Utils/Makefile.am')
-rw-r--r--lib/Utils/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am
index 13144f68..f9979ec0 100644
--- a/lib/Utils/Makefile.am
+++ b/lib/Utils/Makefile.am
@@ -26,7 +26,8 @@ libABRTUtils_la_SOURCES = \
ABRTException.cpp \
backtrace.h backtrace.c \
backtrace_parser.y \
- strbuf.h strbuf.c
+ strbuf.h strbuf.c \
+ hooklib.h hooklib.cpp
libABRTUtils_la_CPPFLAGS = \
-Wall -Werror \
-I$(srcdir)/../../inc \