diff --git a/sflphone-common/src/video/Makefile.am b/sflphone-common/src/video/Makefile.am
deleted file mode 100644
index b7a60a35b6d3e5f440656a835268f4e42a8f4e13..0000000000000000000000000000000000000000
--- a/sflphone-common/src/video/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-include $(top_srcdir)/globals.mak
-
-SUBDIRS = decoder rtp
-
-AM_CXXFLAGS = $(GSTREAMER_CFLAGS)
-
-noinst_LTLIBRARIES = libvideo.la
-
-libvideo_la_SOURCES = \
-	VideoInputSource.cpp \
-	VideoInputSourceGst.cpp  \
-	VideoEndpoint.cpp \
-	VideoFrame.cpp  \
-	FrameFormat.cpp \
-	VideoDevice.cpp \
-	GstVideoDevice.cpp
-
-libvideo_la_LIBADD = \
-	decoder/libvideodecoder.la \
-	rtp/libvideortp.la
-
-libvideo_la_LDFLAGS = $(GSTREAMER_LIBS) $(LIBS)
-
-noinst_HEADERS = \
-	VideoInputSource.h \
-	VideoInputSourceGst.h \
-	VideoEndpoint.h \
-	FrameFormat.h \
-	VideoDevice.h \
-	VideoFrame.h \
-	FrameFormat.h \
-	VideoDevice.h \
-	GstVideoDevice.h
-					
-
diff --git a/sflphone-common/src/video/decoder/Makefile.am b/sflphone-common/src/video/decoder/Makefile.am
deleted file mode 100644
index 6dbf239905378d107cecb4bd6acef0e015955aad..0000000000000000000000000000000000000000
--- a/sflphone-common/src/video/decoder/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(top_srcdir)/globals.mak
-
-AM_CXXFLAGS = $(LIBAVCODEC_CFLAGS) $(LIBSWSCALE_CFLAGS)
-
-noinst_LTLIBRARIES = libvideodecoder.la
-
-libvideodecoder_la_SOURCES = \
-		H264Decoder.cpp \
-		VideoDecoder.cpp
-		
-noinst_HEADERS = \
-		VideoDecoder.h \
-		H264Decoder.h
-			
-libvideodecoder_la_LDFLAGS = $(LIBAVCODEC_LIBS) $(LIBSWSCALE_LIBS) $(LIBS)
-
-libvideodecoder_la_LIBADD = $(LIBAVCODEC_LIBS) $(LIBSWSCALE_LIBS) $(LIBS)
\ No newline at end of file