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
12 years ago
|
## Makefile.am for tdessh
|
||
|
AM_CPPFLAGS = -DQT_NO_CAST_ASCII
|
||
|
|
||
|
INCLUDES= $(all_includes)
|
||
|
|
||
|
## tdessh
|
||
|
bin_PROGRAMS = tdessh
|
||
|
tdessh_SOURCES = tdessh.cpp sshdlg.cpp
|
||
|
tdessh_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
||
|
tdessh_LDADD = $(LIB_TDEUI) -ltdesu
|
||
|
tdessh_METASOURCES = AUTO
|
||
|
noinst_HEADERS = sshdlg.h
|
||
|
|
||
|
## Messages
|
||
|
messages:
|
||
|
$(XGETTEXT) $(tdessh_SOURCES) -o $(podir)/tdessh.pot
|
||
|
|