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.
15 lines
462 B
15 lines
462 B
15 years ago
|
AM_CPPFLAGS = -I$(top_builddir)/libkdepim -I$(top_srcdir) $(all_includes)
|
||
|
|
||
|
check_PROGRAMS = example
|
||
|
#autoexample
|
||
|
|
||
|
example_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
example_LDADD = ../libkdepim.la $(LIB_KDECORE)
|
||
|
example_SOURCES = example.cpp exampleprefs_base.kcfgc
|
||
|
|
||
|
#autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
#autoexample_LDADD = ../libkdepim.la $(LIB_KDECORE)
|
||
|
#autoexample_SOURCES = general_base.ui myoptions_base.ui autoexample.cpp
|
||
|
|
||
|
METASOURCES = AUTO
|