]> git.pld-linux.org Git - packages/ardour.git/blob - ardour-am18.patch
- missing include
[packages/ardour.git] / ardour-am18.patch
1 --- ardour-0.9beta7/libs/ardour/Makefile.am.orig        2003-06-17 14:12:15.000000000 +0200
2 +++ ardour-0.9beta7/libs/ardour/Makefile.am     2004-01-05 23:15:14.483459312 +0100
3 @@ -9,7 +9,7 @@
4  
5  SUBDIRS = intl po ardour
6  
7 -SOURCES = \
8 +lSOURCES = \
9     audioengine.cc \
10     audio_library.cc \
11     audio_track.cc \
12 @@ -70,7 +70,7 @@
13  foodir = $(datadir)/ardour
14  foo_LTLIBRARIES = libardour.la
15  libardour_la_LIBADD = @RTMALLOCDBG@
16 -libardour_la_SOURCES = $(SOURCES)
17 +libardour_la_SOURCES = $(lSOURCES)
18  
19  EXTRA_DIST = libardour.pc.in i18n.h gettext.h
20  
This page took 0.287606 seconds and 3 git commands to generate.