blob: 6b72c440aa5dd9ab24b5c13b58ff90fddecd0516 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
INCLUDES = $(all_includes) -I$(kde_includes)/tde
noinst_LTLIBRARIES = libcvsservice.la
libcvsservice_la_SOURCES = cvsservice.cpp cvscommitdlgs.ui \
cvsservicedcopif.skel cvsupdatetodlgs.ui
libcvsservice_la_METASOURCES = AUTO
AM_CPPFLAGS = -I$(top_srcdir)/quanta/src \
-I$(top_srcdir)/quanta/utility \
-I$(top_srcdir)/quanta/parsers \
-I$(top_srcdir)/quanta/project \
-I$(top_srcdir)/lib \
$(all_includes)
noinst_HEADERS = cvsservicedcopif.h
|