~ubuntu-branches/ubuntu/breezy/koffice/breezy

« back to all changes in this revision

Viewing changes to kivio/kiviopart/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2002-04-01 15:17:58 UTC
  • Revision ID: james.westby@ubuntu.com-20020401151758-w34ranmszywms40f
Tags: 1:1.1.1-7
* Fixed documentation conflicts (closes: Bug#140688).
* Demo files are all once zipped with no .gz extension (closes: Bug#136288).

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
#2########################################################!@#$
129
129
lib_LTLIBRARIES = kivio.la
130
130
kivio_la_SOURCES = main.cpp
131
 
kivio_la_LDFLAGS = $(all_libraries) -module -avoid-version
 
131
kivio_la_LDFLAGS = $(all_libraries) -module
132
132
kivio_la_LIBADD = ../../lib/kofficecore/libkofficecore.la
133
133
 
134
134
libkiviopart_la_LDFLAGS = -avoid-version -module $(LIB_KOFFICEUI) $(all_libraries)