[matroska] r1029 - trunk/DvdMenuXtractor
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2005-01-10 18:59:56 +0300 (Mon, 10 Jan 2005) New Revision: 1029 Modified: trunk/DvdMenuXtractor/Makefile Log: DMX: Makefile fix Modified: trunk/DvdMenuXtractor/Makefile =================================================================== --- trunk/DvdMenuXtractor/Makefile 2005-01-10 15:56:25 UTC (rev 1028) +++ trunk/DvdMenuXtractor/Makefile 2005-01-10 15:59:56 UTC (rev 1029) @@ -15,7 +15,7 @@ CFLAGS = $(shell wx-config --cflags) CXXFLAGS = $(shell wx-config --cxxflags) CPPFLAGS = $(shell wx-config --cppflags) -LDFLAGS = $(shell wx-config --ldflags) libdvdread.a +LDFLAGS = $(shell wx-config --ldflags) -ldvdread ### Variables: ###