diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-09 23:04:00 +0200 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-09 23:04:00 +0200 |
| commit | 4d73dc6cd8f63ca6e48b39bddbabe748c5f99290 (patch) | |
| tree | 7dc819a757fe07767d91c9d6ba507fe3a0094fcf /lib | |
| parent | e04ec59f272ef643eec2d70ccb37e6c48a334df0 (diff) | |
| download | experiment-player-4d73dc6cd8f63ca6e48b39bddbabe748c5f99290.tar.gz | |
make sure that vlc-player widget is built as shared library and can be loaded dynamically
* didn't build DLL under windows (required for working with Glade)
* static versions are not required
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gtk-vlc-player/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gtk-vlc-player/Makefile.am b/lib/gtk-vlc-player/Makefile.am index 2d7a7c1..6ee70a5 100644 --- a/lib/gtk-vlc-player/Makefile.am +++ b/lib/gtk-vlc-player/Makefile.am @@ -8,6 +8,7 @@ libgtk_vlc_player_la_SOURCES = gtk-vlc-player.c gtk-vlc-player.h libgtk_vlc_player_la_CFLAGS = $(AM_CFLAGS) \ @LIBGTK_CFLAGS@ @LIBVLC_CFLAGS@ libgtk_vlc_player_la_LIBADD = @LIBGTK_LIBS@ @LIBVLC_LIBS@ +libgtk_vlc_player_la_LDFLAGS = -no-undefined -shared -module include_HEADERS = gtk-vlc-player.h |
