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