You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amarok/amarok/src/vis/libvisual/Makefile.am

14 lines
214 B

bin_PROGRAMS = \
amarok_libvisual
INCLUDES = \
$(LIBVISUAL_CFLAGS) \
$(sdl_cflags)
amarok_libvisual_SOURCES = \
libvisual.cpp
amarok_libvisual_LDFLAGS = \
$(LIBVISUAL_LIBS) \
$(sdl_libs)