summaryrefslogtreecommitdiffstats
path: root/libkdepim/cfgc/Makefile.am
blob: 2a3bb2727c091f7429a0fa0beb68c7556390927a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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