Skip to content

Commit c2d1661

Browse files
authored
Merge pull request #5 from amauragis/master
Change .so target to match plugin name
2 parents dbdbfeb + 84085b2 commit c2d1661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
all: client server gsttimestampoverlay.so
1+
all: client server libgsttimeoverlayparse.so
22

33
CFLAGS?=-Wall -Werror -O2
44

5-
gsttimestampoverlay.so : \
5+
libgsttimeoverlayparse.so : \
66
gsttimestampoverlay.c \
77
gsttimestampoverlay.h \
88
gsttimeoverlayparse.c \

0 commit comments

Comments
 (0)