summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-05 16:14:05 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-05 16:14:05 +0200
commitbd48b3da5d272b43fdccf53a12ba1feafb173e38 (patch)
tree28bf8093d723c6de74a4f5a34b58bd21b96a6fcb /lib/Utils
parentae018b03997a93f57318f94190c0997574fe778e (diff)
downloadabrt-bd48b3da5d272b43fdccf53a12ba1feafb173e38.tar.gz
abrt-bd48b3da5d272b43fdccf53a12ba1feafb173e38.tar.xz
abrt-bd48b3da5d272b43fdccf53a12ba1feafb173e38.zip
simplify C/C++ hook
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils')
-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 c19fac81..aa6ddc9d 100644
--- a/lib/Utils/Makefile.am
+++ b/lib/Utils/Makefile.am
@@ -4,7 +4,8 @@ libABRTUtils_la_SOURCES = \
CrashTypesSocket.cpp \
xfuncs.cpp \
read_write.cpp \
- logging.cpp
+ logging.cpp \
+ copyfd.cpp
libABRTUtils_la_LDFLAGS = -version-info 0:1:0
libABRTUtils_la_LIBADD = -lmagic