From 4a75cbbf1de010234321985f7cdabdb6c6935867 Mon Sep 17 00:00:00 2001
From: jpd_at_sfl <jpd_at_sfl>
Date: Thu, 29 Jun 2006 00:18:54 +0000
Subject: [PATCH] Fixed make distclean.

---
 src/gui/qt/Makefile.am | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gui/qt/Makefile.am b/src/gui/qt/Makefile.am
index f1018a6fe8..abb1d28fd3 100644
--- a/src/gui/qt/Makefile.am
+++ b/src/gui/qt/Makefile.am
@@ -20,7 +20,8 @@ BUILT_SOURCES = \
     ./SessionIOmoc.cpp \
     ./TCPSessionIOmoc.cpp \
     ./TransparentWidgetmoc.cpp \
-    ./VolumeControlmoc.cpp 
+    ./VolumeControlmoc.cpp \
+    ./qmake_image_collection.cpp
 
 IMAGES = $(top_srcdir)/images/*.png
 
@@ -106,8 +107,7 @@ sflphone_qt_SOURCES = \
     ./VolumeControl.cpp \
     ./VolumeControl.hpp \
     ./globals.h \
-    ./main.cpp \
-    ./qmake_image_collection.cpp
+    ./main.cpp
 
 CLEANFILES = \
 	$(BUILT_SOURCES)
-- 
GitLab