blob: 7c3409741c19c820a51a611cbb98a42da0bdd54e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
noinst_LTLIBRARIES = libcatalogmanagersvn.la
# set the include path for X, qt and KDE
INCLUDES = -I.. -I../../common $(all_includes)
libcatalogmanagersvn_la_SOURCES = svnhandler.cpp svndialog.cpp
noinst_HEADERS = svnhandler.h svndialog.h svnresources.h
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
|