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

« back to all changes in this revision

Viewing changes to kdevdesigner/plugins/CMakeLists.txt

  • 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
 
 
2
 
 
3
#original Makefile.am contents follow:
 
4
 
 
5
#INCLUDES = -I$(top_srcdir)/interfaces $(all_includes)
 
6
#METASOURCES = AUTO
 
7
#kdevdesignerdir = $(kde_moduledir)/plugins/kdevdesigner
 
8
#kdevdesigner_LTLIBRARIES =  libkdevdesigner_lang.la
 
9
#libkdevdesigner_lang_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN)
 
10
#libkdevdesigner_lang_la_SOURCES = languageinterfaceimpl.cpp
 
11
#libkdevdesigner_lang_la_LIBADD = $(LIB_QT)
 
12
#
 
13
 
 
14
#######################
 
15
#previous CMakeLists.txt contents follow:
 
16