diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hercules/Makefile | 1 | ||||
-rw-r--r-- | emulators/hercules/pkg-plist | 1 | ||||
-rw-r--r-- | emulators/lib765/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile index 106859d4d641..099ce064e3b7 100644 --- a/emulators/hercules/Makefile +++ b/emulators/hercules/Makefile @@ -18,6 +18,7 @@ OPTIONS= PTHREADS "Build with pthreads instead of fthreads." on \ NLS "Build with native language support." on \ DEBUG "Enable for debugging hercules itself." off +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/emulators/hercules/pkg-plist b/emulators/hercules/pkg-plist index 84a195522a82..0d143d6d346e 100644 --- a/emulators/hercules/pkg-plist +++ b/emulators/hercules/pkg-plist @@ -38,6 +38,7 @@ lib/libherct.la lib/libherct.so lib/libhercu.la lib/libhercu.so +lib/hercules/dyncrypt.a lib/hercules/dyncrypt.la lib/hercules/dyncrypt.so lib/hercules/dyngui.la diff --git a/emulators/lib765/Makefile b/emulators/lib765/Makefile index 7c5baa057ea1..0bbe31d49188 100644 --- a/emulators/lib765/Makefile +++ b/emulators/lib765/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.seasip.demon.co.uk/Unix/LibDsk/ MAINTAINER= kemm@in-line.ru COMMENT= Emulation of uPD765a Floppy Disc Controller +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |