Changeset 1309

Show
Ignore:
Timestamp:
01/01/08 17:02:42 (8 months ago)
Author:
aknudsen
Message:

Export extensions in shared library also when using autotools .....

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • portaudio/branches/v19-devel/Makefile.in

    r1293 r1309  
    4141PAINC = include/portaudio.h 
    4242 
    43 PA_LDFLAGS = $(LDFLAGS) $(SHARED_FLAGS) -rpath $(libdir) -no-undefined -export-symbols-regex "(Pa|PaMacCore)_.*" -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
     43PA_LDFLAGS = $(LDFLAGS) $(SHARED_FLAGS) -rpath $(libdir) -no-undefined -export-symbols-regex "(Pa|PaMacCore|PaJack|PaAlsa)_.*" -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
    4444#MAKEFILE = Makefile 
    4545