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.
tdebase/kdesu/kdesu/Makefile.am

16 lines
421 B

## Makefile.am for kdesu by Geert Jansen
INCLUDES= $(all_includes)
## kdesu
bin_PROGRAMS = kdesu
kdesu_SOURCES = kdesu.cpp sudlg.cpp
kdesu_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kdesu_LDADD = $(LIB_KIO) -lkdesu
kdesu_METASOURCES = AUTO
noinst_HEADERS = sudlg.h
## Messages
messages:
$(XGETTEXT) $(kdesu_SOURCES) -o $(podir)/kdesu.pot