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
453 B
18 lines
453 B
## Makefile.am for kdessh
|
|
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
## kdessh
|
|
bin_PROGRAMS = kdessh
|
|
kdessh_SOURCES = kdessh.cpp sshdlg.cpp
|
|
kdessh_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
kdessh_LDADD = $(LIB_KDEUI) -ltdesu
|
|
kdessh_METASOURCES = AUTO
|
|
noinst_HEADERS = sshdlg.h
|
|
|
|
## Messages
|
|
messages:
|
|
$(XGETTEXT) $(kdessh_SOURCES) -o $(podir)/kdessh.pot
|
|
|