diff options
| author | Jaromil <[email protected]> | 2011-03-07 20:21:27 (GMT) |
|---|---|---|
| committer | Jaromil <[email protected]> | 2011-03-08 07:25:47 (GMT) |
| commit | c265373f2e629aeb25b7d785a4237732b8b1e29c (patch) | |
| tree | 17d34130e075b671fb73442d1d423ab0f50e36fc | |
| parent | b88529637696af591c3907ba8f67c9c313f3939d (diff) | |
better link to libfreej.la
| -rw-r--r-- | qt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/Makefile.am b/qt/Makefile.am index 6489834..8b92c88 100644 --- a/qt/Makefile.am +++ b/qt/Makefile.am @@ -47,7 +47,7 @@ SOURCES = main.cpp \ bin_PROGRAMS = qfreej qfreej_SOURCES = $(SOURCES) -qfreej_LDADD = -lfreej $(SDL_LIBS) $(QTGUI_LIBS) +qfreej_LDADD = $(top_builddir)/src/libfreej.la $(SDL_LIBS) $(QTGUI_LIBS) clean: rm -f qfreej *.o |

