diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2013-10-02 15:38:25 +0200 |
---|---|---|
committer | Dariusz Michaluk <d.michaluk@samsung.com> | 2013-10-08 09:31:56 +0200 |
commit | 3ee1a73854eb72aaf6d7f9f13c9464ef9327a18f (patch) | |
tree | 607926f51d0d651521be850a6f5a49635df04f69 | |
parent | 01e9705a6467be88f244c02693bbb95bb4c5d049 (diff) | |
download | edje-multisense-plugin-tizen.tar.gz edje-multisense-plugin-tizen.tar.bz2 edje-multisense-plugin-tizen.zip |
fix build breakHEADsubmit/tizen/20131016.044546accepted/tizen/20131112.015544accepted/tizen/20131028.165414accepted/tizen/20131016.044232tizenaccepted/tizen/ivi/release
Change-Id: I7f600533b2c1670be4d729feef06ed1f8e0d17f0
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
-rw-r--r-- | src/tizen_sound_player/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tizen_sound_player/Makefile.am b/src/tizen_sound_player/Makefile.am index e1eb4ca..0acb447 100644 --- a/src/tizen_sound_player/Makefile.am +++ b/src/tizen_sound_player/Makefile.am @@ -8,11 +8,8 @@ AM_CPPFLAGS = \ libdir = $(PACKAGE_PLUGIN_DIR) -REMIXDIR = $(libdir)/../ -REMIX_LIBS = $(REMIXDIR)/libremix.la - lib_LTLIBRARIES = libtizen_sound_player.la libtizen_sound_player_la_SOURCES = tizen_sound_player.c libtizen_sound_player_la_LDFLAGS = -module -version-info 1:0:0 -libtizen_sound_player_la_LIBADD = $(REMIX_LIBS) -lmmfsound +libtizen_sound_player_la_LIBADD = -lmmfsound |