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.
15 lines
449 B
15 lines
449 B
INCLUDES= $(all_includes)
|
|
|
|
bin_PROGRAMS = knetattach
|
|
knetattach_SOURCES = knetattach.ui main.cpp
|
|
knetattach_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
knetattach_LDADD = $(LIB_TDEIO)
|
|
METASOURCES = AUTO
|
|
xdg_apps_DATA = knetattach.desktop
|
|
KDE_ICON = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/knetattach.pot
|
|
|
|
knetattach.lo: knetattach.ui knetattach.ui.h
|