erlang
/
osmo-map-masq
Archived
4
0
Fork 0

move C source code to 'c_src' to comply with standard Erlang/OTP practise

This commit is contained in:
Harald Welte 2010-08-07 14:01:47 +02:00
parent 34ff133237
commit 2a8b20ac74
4 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
SUBDIRS = src
SUBDIRS = c_src

View File

@ -20,4 +20,4 @@ AM_WITH_ERLANG
AC_OUTPUT(
Makefile
src/Makefile)
c_src/Makefile)