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
368 B
16 lines
368 B
## -*- makefile -*-
|
|
# Ktalkdlg - Makefile.am
|
|
|
|
EXTRA_DIST =
|
|
|
|
bin_PROGRAMS = ktalkdlg
|
|
ktalkdlg_SOURCES = ktalkdlg.cpp
|
|
|
|
INCLUDES = $(all_includes)
|
|
ktalkdlg_LDFLAGS= $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE)
|
|
ktalkdlg_LDADD = $(LIB_TDEUI) -lDCOP
|
|
|
|
#for extra warnings during compilation :
|
|
#AM_CXXFLAGS = -ansi -pedantic -D_POSIX_SOURCE -D_BSD_SOURCE
|
|
|