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.
16 lines
428 B
16 lines
428 B
## Makefile.am for tdesu by Geert Jansen
|
|
|
|
INCLUDES= $(all_includes)
|
|
|
|
## tdesu
|
|
bin_PROGRAMS = tdesu
|
|
tdesu_SOURCES = tdesu.cpp sudlg.cpp
|
|
tdesu_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
tdesu_LDADD = $(LIB_TDEIO) -ltdesu
|
|
tdesu_METASOURCES = AUTO
|
|
noinst_HEADERS = sudlg.h
|
|
|
|
## Messages
|
|
messages:
|
|
$(XGETTEXT) $(tdesu_SOURCES) -o $(podir)/tdesu.pot
|