13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
--- src/Makefile.am-dist 2004-01-22 12:50:08.279992874 +0100
|
|
+++ src/Makefile.am 2004-01-22 12:50:30.475950498 +0100
|
|
@@ -33,6 +33,9 @@
|
|
|
|
random_1661_so_DEPENDENCIES = include/common.h
|
|
|
|
+%.c: %.so.c
|
|
+ ln -s $*.so.c $*.c
|
|
+
|
|
clean:
|
|
rm -f *.so *.so.o
|
|
|