summaryrefslogtreecommitdiffstats
path: root/koshell/Makefile.am
blob: a8bd728835ce4c4acb3e1e4089ad337c56b8d62e (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
26
27

INCLUDES  = $(KOFFICE_INCLUDES) $(all_includes)

## The tdeinit loadable module and executable
lib_LTLIBRARIES = 
tdeinit_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_TQT)
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

.NOTPARALLEL: