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

« back to all changes in this revision

Viewing changes to languages/cpp/pcsimporter/customimporter/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES = -I$(top_srcdir)/languages/lib/interfaces \
2
 
        -I$(top_srcdir)/lib/interfaces $(all_includes)
3
 
METASOURCES = AUTO
4
 
kde_module_LTLIBRARIES =  libkdevcustompcsimporter.la
5
 
 
6
 
 
7
 
noinst_HEADERS =  kdevcustomimporter.h
8
 
libkdevcustompcsimporter_la_SOURCES = kdevcustomimporter.cpp settingsdialog.cpp settingsdialogbase.ui
9
 
libkdevcustompcsimporter_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \
10
 
        $(top_builddir)/languages/lib/interfaces/liblang_interfaces.la
11
 
libkdevcustompcsimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
12
 
kde_services_DATA = kdevpcscustomimporter.desktop