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.
koffice/koshell/Makefile.am

28 lines
647 B

INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
## The tdeinit loadable module and executable
lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = koshell.la
bin_PROGRAMS =
koshell_la_SOURCES = koshell_main.cpp koshell_shell.cpp 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 *.cpp *.cpp -o $(podir)/koshell.pot
include $(top_srcdir)/admin/Doxyfile.am
.NOTPARALLEL: