summaryrefslogtreecommitdiffstats
path: root/src/modules/rtp/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-14 23:47:33 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-14 23:47:33 +0000
commit9522b4484206ef3a99fb5586831a27fdfea0c373 (patch)
treea7c0b2fb633c51b3d170f0538df0dbac1eae4d61 /src/modules/rtp/Makefile
parent86ad60185ae90520269d384d90569d2402c25dd1 (diff)
add an RTP sender module
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@712 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules/rtp/Makefile')
-rw-r--r--src/modules/rtp/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/modules/rtp/Makefile b/src/modules/rtp/Makefile
new file mode 100644
index 00000000..316beb72
--- /dev/null
+++ b/src/modules/rtp/Makefile
@@ -0,0 +1,13 @@
+# This is a dirty trick just to ease compilation with emacs
+#
+# This file is not intended to be distributed or anything
+#
+# So: don't touch it, even better ignore it!
+
+all:
+ $(MAKE) -C ../..
+
+clean:
+ $(MAKE) -C ../.. clean
+
+.PHONY: all clean