mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-27 07:09:26 +08:00
d4326213cb
(hell_LDFLAGS): added -export-dynamic and -dlopen (SUBDIRS, INCLUDES): added modules directory (foo1.c, foo2.c, foo.h, libfoo1.sym, libfoo2.sym): moved to modules * Makefile.am: ditto * tests/mdemo-exec.test, tests/mdemo-inst.test: libraries moved * mdemo/modules/Makefile.am: new file * */Makefile.am (AUTOMAKE_OPTIONS): added no-dependencies
11 lines
178 B
Plaintext
11 lines
178 B
Plaintext
dnl Initialize the hell package.
|
|
AC_INIT(main.c)
|
|
AM_INIT_AUTOMAKE(module,1.0)
|
|
|
|
AC_PROG_CC
|
|
AC_EXEEXT
|
|
AM_PROG_LIBTOOL
|
|
|
|
dnl Output the makefile
|
|
AC_OUTPUT(Makefile modules/Makefile)
|