summaryrefslogtreecommitdiffstats
path: root/koshell/Makefile.am
blob: 56d71a31db647a6862a7fa33e72d34575bd7e7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

INCLUDES  = $(KOFFICE_INCLUDES) $(all_includes)

## The kdeinit loadable module and executable
lib_LTLIBRARIES = 
kdeinit_LTLIBRARIES = koshell.la
bin_PROGRAMS =
koshell_la_SOURCES = koshell_main.cc koshell_shell.cc iconsidepane.cpp koshellsettings.kcfgc
koshell_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT)
koshell_la_LIBADD = $(LIB_KOFFICEUI)
kde_kcfg_DATA = koshell.kcfg

METASOURCES = AUTO

KDE_ICON=AUTO

rcdir = $(kde_datadir)/koshell
rc_DATA = koshellui.rc

xdg_apps_DATA = koshell.desktop

messages: rc.cpp
	$(XGETTEXT) rc.cpp *.cc *.cpp -o $(podir)/koshell.pot

include $(top_srcdir)/admin/Doxyfile.am