INCLUDES= $(all_includes)
METASOURCES = AUTO

lib_LTLIBRARIES = libkbfxvista.la

libkbfxvista_la_SOURCES = kbfxvista.cpp kbfx_vista_button.cpp
libkbfxvista_la_LDFLAGS = -module -avoid-version $(all_libraries)
libkbfxvista_la_LIBADD = $(LIB_KDEUI) 

kbfxvista_DATA = kbfxvista.desktop
kbfxvistadir = $(kde_datadir)/kicker/applets

messages: rc.cpp
	$(XGETTEXT) *.cpp _translatorinfo.cpp -o $(podir)/kbfxvista.pot
noinst_HEADERS = kbfx_vista_button.h
