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.
22 lines
559 B
22 lines
559 B
bin_PROGRAMS= ksnapshot
|
|
|
|
INCLUDES = -DKSNAPVERSION="\"0.7\"" $(all_includes)
|
|
|
|
ksnapshot_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
ksnapshot_LDADD = $(LIB_TDEPRINT)
|
|
|
|
ksnapshot_SOURCES = ksnapshotiface.skel main.cpp ksnapshot.cpp \
|
|
regiongrabber.cpp windowgrabber.cpp ksnapshotwidget.ui
|
|
|
|
ksnapshot_METASOURCES = AUTO
|
|
|
|
xdg_apps_DATA = ksnapshot.desktop
|
|
|
|
KDE_ICON = ksnapshot
|
|
|
|
EXTRA_DIST = $(xdg_apps_DATA)
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) rc.cpp *.cpp -o $(podir)/ksnapshot.pot
|
|
|