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.
23 lines
798 B
23 lines
798 B
INCLUDES= -I$(srcdir)/../kmyfirewall/core -I$(srcdir)/../kmyfirewall/kmfwidgets -I$(srcdir)/../kmyfirewall/interfaces $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
bin_PROGRAMS = kmfsystray
|
|
|
|
|
|
|
|
|
|
|
|
kmfsystray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
kmfsystray_LDADD = ../kmyfirewall/core/libkmfcore.la ../kmyfirewall/kmfwidgets/libkmfwidgets.la $(LIB_TDEUI) $(LIB_TDEPARTS)
|
|
|
|
kmfsystray_DATA = kmfsystray.desktop
|
|
kmfsystraydir = $(kde_datadir)/kicker/applets
|
|
|
|
messages: rc.cpp
|
|
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kmfsystray.pot
|
|
|
|
|
|
kmfsystray_SOURCES = kmfsystray.cpp app.cpp mainwidget.cpp \
|
|
mainwidget_designer.ui details.cpp details_designer.ui kmfiptwatcher.cpp main.cpp
|