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