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

24 lines
889 B

# set the include path for X, qt and KDE
INCLUDES = -I$(top_srcdir)/katapult/common $(all_includes)
# these are the headers for your project
noinst_HEADERS = katapult.h katapultsettings.h katapultconfigdlg.h \
katapultiface.h
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
KDE_ICON = katapult
bin_PROGRAMS = katapult
# the application source, library search path, and link libraries
katapult_SOURCES = confgeneral.ui confcatalogs.ui confdisplay.ui main.cpp \
katapult.cpp katapultsettings.cpp katapultconfigdlg.cpp katapultiface.skel
katapult_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
katapult_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KIO) $(top_builddir)/katapult/common/libkatapult.la
# this is where the desktop file will go
xdg_apps_DATA = katapult.desktop