mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
replace Makefile stub copies by symlinks
This commit is contained in:
parent
8257214200
commit
d68c2c9f43
2 changed files with 2 additions and 26 deletions
|
|
@ -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
1
src/modules/gconf/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../pulse/Makefile
|
||||
|
|
@ -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
1
src/modules/rtp/Makefile
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../pulse/Makefile
|
||||
Loading…
Add table
Add a link
Reference in a new issue