# set the include path for X, qt and KDE INCLUDES = -I$(top_srcdir)/kbear -I$(top_srcdir)/kbear/lib -I$(top_srcdir)/kbear/lib/interfaces $(all_includes) # this is the program that gets installed. it's name is used for all # of the other Makefile.am variables bin_PROGRAMS = kbearsitemanagerdb # let automoc handle all of the meta source files (moc) kbearsitemanagerdb_METASOURCES = AUTO # the application source, library search path, and link libraries kbearsitemanagerdb_SOURCES = sitemanagerdbapp.cpp main.cpp \ sitemanagerdb.cpp sitemanagerdbiface.skel kbearsitemanagerdb_LDFLAGS = $(KDE_RPATH) $(all_libraries) kbearsitemanagerdb_LDADD = $(top_builddir)/kbear/lib/libkbearcore.la $(LIB_KDECORE) AM_CFLAGS = AM_CXXFLAGS = -DQT_NO_ASCII_CAST AM_FFLAGS =