]> git.pld-linux.org Git - packages/ardour.git/commitdiff
- fix/workaround for new automake madness
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Jan 2004 22:45:45 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ardour-am18.patch -> 1.1

ardour-am18.patch [new file with mode: 0644]

diff --git a/ardour-am18.patch b/ardour-am18.patch
new file mode 100644 (file)
index 0000000..2c12c02
--- /dev/null
@@ -0,0 +1,20 @@
+--- ardour-0.9beta7/libs/ardour/Makefile.am.orig       2003-06-17 14:12:15.000000000 +0200
++++ ardour-0.9beta7/libs/ardour/Makefile.am    2004-01-05 23:15:14.483459312 +0100
+@@ -9,7 +9,7 @@
+ SUBDIRS = intl po ardour
+-SOURCES = \
++lSOURCES = \
+    audioengine.cc \
+    audio_library.cc \
+    audio_track.cc \
+@@ -70,7 +70,7 @@
+ foodir = $(datadir)/ardour
+ foo_LTLIBRARIES = libardour.la
+ libardour_la_LIBADD = @RTMALLOCDBG@
+-libardour_la_SOURCES = $(SOURCES)
++libardour_la_SOURCES = $(lSOURCES)
+ EXTRA_DIST = libardour.pc.in i18n.h gettext.h
This page took 0.063443 seconds and 4 git commands to generate.