~ubuntu-branches/ubuntu/edgy/k3d/edgy-proposed

« back to all changes in this revision

Viewing changes to renderframe/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2005-04-28 18:38:10 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050428183810-kvc6nz46z6gheo0k
Tags: 0.4.5.0-5
* AAAAAAAARGH, *patching* configure.ac broke again the build process! Fixed
  (I hope).
* Removed more cruft of shaderpreprocessor/ from configure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
bin_PROGRAMS = k3d-renderframe
2
2
 
3
3
k3d_renderframe_SOURCES = main.cpp
4
 
k3d_renderframe_LDADD = $(top_builddir)/k3dembed/libk3dembed.la $(top_builddir)/k3dsdk/libk3dsdk.la $(top_builddir)/sdpxml/libsdpxml.la $(top_builddir)/boost/libs/regex/src/libregexpp.la $(top_builddir)/boost/libs/filesystem/src/libfilesystempp.la @K3D_SIGC_LIBS@ -pthread
 
4
k3d_renderframe_LDADD = $(top_builddir)/k3dembed/libk3dembed.la $(top_builddir)/k3dsdk/libk3dsdk.la $(top_builddir)/sdpxml/libsdpxml.la $(top_builddir)/boost/libs/regex/src/libregexpp.la $(top_builddir)/boost/libs/filesystem/src/libfilesystempp.la @K3D_SIGC_LIBS@
 
5
k3d_renderframe_LDFLAGS = -lpthread
5
6
 
6
7
AM_CXXFLAGS = @K3D_CXXFLAGS@
7
8
AM_CPPFLAGS = @K3D_CPPFLAGS@