SUBDIRS = \
scripts \
themes
baloudir = $(libdir)/xfce4/splash/engines
balou_LTLIBRARIES = libbalou.la
libbalou_la_SOURCES = \
balou-theme.c \
balou-theme.h \
balou.c \
balou.h \
config.c \
engine.c \
gnome-uri.c \
gnome-uri.h
libbalou_la_CFLAGS = \
-I$(top_srcdir) \
@LIBXFCEGUI4_CFLAGS@ \
-DBALOU_EXPORT_THEME=\"$(libexecdir)/balou-export-theme\" \
-DBALOU_INSTALL_THEME=\"$(libexecdir)/balou-install-theme\"
libbalou_la_LDFLAGS = \
-avoid-version \
-no-undefined \
-module
libbalou_la_LIBADD = \
$(top_builddir)/libxfsm/libxfsm-4.2.la
if HAVE_OS_CYGWIN
libbalou_la_LIBADD += \
@XFCE_MCS_MANAGER_LIBS@
endif
libbalou_la_DEPENDENCIES = \
$(top_builddir)/libxfsm/libxfsm-4.2.la
syntax highlighted by Code2HTML, v. 0.9.1