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

« back to all changes in this revision

Viewing changes to languages/haskell/compiler/ghcoptions/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 = libkdevghcoptions.la
 
7
libkdevghcoptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
 
8
libkdevghcoptions_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
libkdevghcoptions_la_SOURCES = ghcoptionsplugin.cpp
 
12
# optiontabs.cpp
 
13
 
 
14
METASOURCES = AUTO
 
15
 
 
16
servicedir = $(kde_servicesdir)
 
17
service_DATA = kdevghcoptions.desktop
 
18
 
 
19
 
 
20
 
 
21