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

« back to all changes in this revision

Viewing changes to languages/pascal/compiler/dccoptions/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
# Here resides the gcc option dialog plugin.
 
2
 
 
3
INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extras \
 
4
        -I$(top_srcdir)/lib/widgets $(all_includes)
 
5
 
 
6
kde_module_LTLIBRARIES = libkdevdccoptions.la
 
7
libkdevdccoptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
 
8
libkdevdccoptions_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \
 
9
        $(top_builddir)/lib/widgets/libkdevwidgets.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(LIB_KHTML)
 
10
 
 
11
libkdevdccoptions_la_SOURCES = dccoptionsplugin.cpp optiontabs.cpp
 
12
 
 
13
METASOURCES = AUTO
 
14
 
 
15
servicedir = $(kde_servicesdir)
 
16
service_DATA = kdevdccoptions.desktop