summaryrefslogtreecommitdiffstats
path: root/lib/Utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/Makefile.am')
-rw-r--r--lib/Utils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/Makefile.am b/lib/Utils/Makefile.am
index 88df68f6..68c925fd 100644
--- a/lib/Utils/Makefile.am
+++ b/lib/Utils/Makefile.am
@@ -3,7 +3,6 @@ lib_LTLIBRARIES = libABRTUtils.la
# Not used just yet:
# time.cpp
# xconnect.cpp
-# skip_whitespace.cpp
libABRTUtils_la_SOURCES = \
xfuncs.cpp \
@@ -11,6 +10,7 @@ libABRTUtils_la_SOURCES = \
read_write.cpp \
logging.cpp \
copyfd.cpp \
+ skip_whitespace.cpp \
CrashTypesSocket.cpp \
DebugDump.h DebugDump.cpp \
CommLayerInner.h CommLayerInner.cpp \