replace Makefile stub copies by symlinks

This commit is contained in:
Lennart Poettering 2008-09-11 01:41:08 +03:00
parent 8257214200
commit d68c2c9f43
2 changed files with 2 additions and 26 deletions

View file

@ -1,13 +0,0 @@
# 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

1
src/modules/gconf/Makefile Symbolic link
View file

@ -0,0 +1 @@
../../pulse/Makefile

View file

@ -1,13 +0,0 @@
# 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

1
src/modules/rtp/Makefile Symbolic link
View file

@ -0,0 +1 @@
../../pulse/Makefile