blob: 7942934864555c8a7793d326a1824a895f3f6163 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 \
$(KMDI_INCLUDES) $(all_includes)
noinst_HEADERS = cvsservicedcopif.h
|