~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/annotation/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes)
 
2
 
 
3
kde_module_LTLIBRARIES = libkdevannotation.la
 
4
libkdevannotation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
 
5
libkdevannotation_la_LIBADD = $(top_builddir)/lib/libkdevelop.la
 
6
 
 
7
libkdevannotation_la_SOURCES = annotationpart.cpp annotationwidget.cpp \
 
8
                annotationglobalconfigbase.ui annotationglobalconfig.cpp        annotationprojectconfigbase.ui \
 
9
        annotationprojectconfig.cpp annotationitem.cpp
 
10
 
 
11
METASOURCES = AUTO
 
12
 
 
13
appsharedir = $(kde_datadir)/kdevannotation
 
14
appshare_DATA = 
 
15
 
 
16
servicedir = $(kde_servicesdir)
 
17
service_DATA = kdevannotation.desktop
 
18
 
 
19
rcdir = $(kde_datadir)/kdevannotation
 
20
rc_DATA = kdevannotation.rc
 
21
noinst_HEADERS = annotationitem.h