From 3b7d47c660b6170f90b9a0cdb6b73ea9749f307d Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 14 Jun 2011 07:26:00 +0200 Subject: Added link to version.h --- command/Makefile | 2 -- command/version.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 120000 command/version.h (limited to 'command') diff --git a/command/Makefile b/command/Makefile index 810afa9..eae92ff 100644 --- a/command/Makefile +++ b/command/Makefile @@ -33,8 +33,6 @@ endif INCLUDES += $(shell $(PKG-CONFIG) --cflags $(PKG-INCLUDES)) LIBS += $(shell $(PKG-CONFIG) --libs $(PKG-LIBS)) -pthread -INCLUDES += -I.. - ### The object files (add further files here): OBJS = markad-standalone.o decoder.o marks.o streaminfo.o video.o audio.o demux.o diff --git a/command/version.h b/command/version.h new file mode 120000 index 0000000..074631f --- /dev/null +++ b/command/version.h @@ -0,0 +1 @@ +../version.h \ No newline at end of file -- cgit v1.2.3