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

29 lines
1.0 KiB

METASOURCES = AUTO
KDE_ICON = AUTO
bin_PROGRAMS = yakuake
yakuake_SOURCES = dcop_interface.skel first_run_dialog.cpp \
first_run_dialog_ui.ui general_settings.cpp general_settings_ui.ui \
image_button.cpp main.cpp main_window.cpp session.cpp settings.kcfgc \
skin_list_item.cpp skin_settings.cpp skin_settings_ui.ui \
tabbed_widget.cpp tab_bar.cpp terminal.cpp terminal_focus_watcher.cpp \
terminal_splitter.cpp title_bar.cpp translucent_widget.cpp
yakuake_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
yakuake_LDADD = $(LIB_TDEUI) $(LIB_TDEIO)
INCLUDES = -I$(top_srcdir)/. -I$(top_srcdir)/src $(all_includes)
kde_kcfg_DATA = yakuake.kcfg
xdg_apps_DATA = yakuake.desktop
shellrcdir = $(kde_datadir)/yakuake
noinst_HEADERS = dcop_interface.h first_run_dialog.h general_settings.h \
image_button.h main_window.h session.h skin_list_item.h \
skin_settings.h tabbed_widget.h tab_bar.h terminal.h \
terminal_focus_watcher.h terminal_splitter.h title_bar.h