~ubuntu-branches/ubuntu/edgy/knemo/edgy

« back to all changes in this revision

Viewing changes to src/knemod/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-09-27 14:05:40 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060927140540-jz9yej1srkuukgj2
Tags: 0.4.5-1ubuntu1
Sync with debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
kde_module_LTLIBRARIES = kded_knemod.la
13
13
 
14
14
# set the include path for X, qt and KDE
15
 
INCLUDES = $(all_includes) -I$(srcdir)/../common -I$(srcdir)/backends
 
15
INCLUDES = -I$(srcdir)/../common -I$(srcdir)/backends $(all_includes)
16
16
 
17
17
# the library search path. 
18
18
kded_knemod_la_LDFLAGS = -module -avoid-version $(all_libraries)