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.
tdenetwork/ktalkd/ktalkdlg/Makefile.am

16 lines
369 B

## -*- makefile -*-
# Ktalkdlg - Makefile.am
EXTRA_DIST =
bin_PROGRAMS = ktalkdlg
ktalkdlg_SOURCES = ktalkdlg.cpp
INCLUDES = $(all_includes)
ktalkdlg_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE)
ktalkdlg_LDADD = $(LIB_TDEUI) -lDCOP
#for extra warnings during compilation :
#AM_CXXFLAGS = -ansi -pedantic -D_POSIX_SOURCE -D_BSD_SOURCE