Remove dummy files from sources list
authorMykhailo Danylenko <risbea@gmail.com>
Sat, 19 Mar 2016 16:49:15 +0200
changeset 711 f9e84b075afa
parent 710 ea3137a59c2b
child 712 ba47719252ad
Remove dummy files from sources list
loudmouth/Makefile.am
--- a/loudmouth/Makefile.am	Sat Mar 19 16:39:49 2016 +0200
+++ b/loudmouth/Makefile.am	Sat Mar 19 16:49:15 2016 +0200
@@ -33,17 +33,12 @@
 	lm-ssl-openssl.c
 endif
 
-
 libloudmouth_1_la_SOURCES =             \
 	lm-connection.c                     \
 	lm-debug.c                          \
 	lm-debug.h                          \
-	lm-data-objects.c					\
-	lm-data-objects.h					\
-	lm-dummy.c                          \
-	lm-dummy.h                          \
-	lm-idummy.c                         \
-	lm-idummy.h                         \
+	lm-data-objects.c                   \
+	lm-data-objects.h                   \
 	lm-error.c                          \
 	lm-marshal.c                        \
 	lm-marshal.h                        \
@@ -56,7 +51,7 @@
 	lm-misc.h                           \
 	lm-parser.c                         \
 	lm-parser.h                         \
-										\
+	                                    \
 	$(asyncns_sources)                  \
 	lm-resolver.c                       \
 	lm-resolver.h                       \
@@ -64,7 +59,7 @@
 	lm-asyncns-resolver.h               \
 	lm-blocking-resolver.c              \
 	lm-blocking-resolver.h              \
-										\
+	                                    \
 	lm-internals.h                      \
 	lm-sha.c                            \
 	lm-sha.h                            \
@@ -79,19 +74,15 @@
 	lm-sock.c                           \
 	lm-old-socket.c                     \
 	lm-old-socket.h                     \
-  					\
+	                                    \
 	lm-socket.c                         \
 	lm-socket.h                         \
-	\
+	                                    \
 	lm-feature-ping.c                   \
 	lm-feature-ping.h                   \
-										\
+	                                    \
 	lm-sasl.c                           \
 	lm-sasl.h                           \
-	lm-simple-io.c                      \
-	lm-simple-io.h                      \
-	lm-xmpp-writer.c                    \
-	lm-xmpp-writer.h                    \
 	md5.c                               \
 	md5.h                               \
 	$(NULL)