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.
kerry/kerry/src/kcm/Makefile.am

21 lines
657 B

AM_CPPFLAGS = $(all_includes) $(LIBBEAGLE_CFLAGS) $(GLIB_CFLAGS)
AM_LDFLAGS = $(all_libraries)
METASOURCES = AUTO
kde_module_LTLIBRARIES = kcm_beagle.la
kcm_beagle_la_SOURCES = main.cpp beagle.cpp kerry.cpp indexing.cpp backends.cpp status.cpp search.cpp \
select_privacy_resource.ui
kcm_beagle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_beagle_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIBBEAGLE_LIBADD) $(LIB_QT) $(LIB_KDECORE) -lDCOP
xdg_apps_DATA = kcmbeagle.desktop
silent_DATA = kcmkerry.desktop
silentdir = $(kde_appsdir)/.hidden/
messages: rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/kcmbeagle.pot