Changeset 67ad2d4678941860cb4bf8abbcb0b77a4c0a1616 for modules/common.am
- Timestamp:
- 05/24/08 09:39:07 (4 months ago)
- git-parent:
- Files:
-
- modules/common.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/common.am
r84d0f81 r67ad2d4 13 13 CLEANFILES = $(BUILT_SOURCES) 14 14 15 if HAVE_PLUGINS16 15 LTLIBVLCCORE = $(top_builddir)/src/libvlccore.la 17 16 … … 21 20 AM_LDFLAGS = -rpath '$(libvlcdir)' \ 22 21 -avoid-version -module -no-undefined \ 22 -export-symbol-regex ^vlc_entry \ 23 23 -shrext $(LIBEXT) \ 24 24 `$(VLC_CONFIG) --ldflags plugin $@` 25 25 AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` $(LTLIBVLCCORE) 26 27 if HAVE_COMPILER_EXPORT28 AM_LDFLAGS += -export-dynamic29 else30 AM_LDFLAGS += -export-symbol-regex ^vlc_entry31 endif32 endif33 26 34 27 include $(srcdir)/Modules.am
