finalcut/test/Makefile.am
Markus Gans a982670af6 * Remove never read value from code
* Add the possibility to use exec() from FMessageBox to enter and leave the main event loop correctly
* Add a "hello world" example
2015-05-16 00:14:42 +02:00

16 lines
426 B
Makefile

#----------------------------------------------------------------------
# Makefile.am - the Final Cut library
#----------------------------------------------------------------------
AM_LDFLAGS = -L$(top_builddir)/src/.libs -lfinal
AM_CPPFLAGS = -Wall -Werror -I$(top_srcdir)/src
bin_PROGRAMS = hello ui fstring timer
hello_SOURCES = hello.cpp
ui_SOURCES = ui.cpp
fstring_SOURCES = fstring.cpp
timer_SOURCES = timer.cpp