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

27 lines
768 B

INCLUDES= $(all_includes) $(KDE_INCLUDES)/tde $(KRB5_CFLAGS)
bin_PROGRAMS = kerberostray
kerberostray_SOURCES = main.cpp toplevel.cpp configdlgbase.ui configdlg.cpp
kerberostray_METASOURCES = AUTO
kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap $(KRB5_LIBS)
# LIB_TDEIO needed for KNotifyDialog
kerberostray_LDADD = $(LIB_TDEUI) $(LIB_TDEIO)
KDE_ICON = kerberostray
KDE_OPTIONS = nofinal
kerberostrayicondir = $(kde_datadir)/kerberostray/icons
kerberostrayicon_ICON = AUTO
messages:
$(XGETTEXT) $(kerberostray_SOURCES) -o $(podir)/kerberostray.pot
xdg_apps_DATA = kerberostray.desktop
autostart_DATA = kerberostray.desktop
autostartdir = $(datadir)/autostart