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

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/gnome2mmapp/src-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
bin_PROGRAMS = %{APPNAMELC}
 
2
 
 
3
%{APPNAMELC}_SOURCES = \
 
4
        %{APPNAMELC}.cc\
 
5
        main_window_glade.cc \
 
6
        main_window.cc 
 
7
 
 
8
noinst_HEADERS = \
 
9
        main_window_glade.hh \
 
10
        main_window.hh 
 
11
 
 
12
AM_CXXFLAGS = @CXXFLAGS@ @GNOMEMM_CFLAGS@ 
 
13
 
 
14
%{APPNAMELC}_LDADD = @LIBS@ @GNOMEMM_LIBS@