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.
18 lines
455 B
18 lines
455 B
bin_PROGRAMS = kmfiptinterface
|
|
INCLUDES = $(all_includes)
|
|
kmfiptinterface_LDFLAGS = -module $(all_libraries) $(KDE_RPATH)
|
|
kmfiptinterface_LDADD = $(LIB_TDEIO)
|
|
kmfiptinterface_SOURCES = main.cpp kmfiptinterface.cpp iptchecker.cpp kmfiptinterface.skel
|
|
|
|
|
|
noinst_HEADERS = kmfiptinterface.h iptchecker.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/dcoptest.pot
|
|
|
|
|
|
service_DATA = kmfiptinterface.desktop
|
|
servicedir = $(kde_servicesdir)
|