Skip to content

Commit

Permalink
move api layer to seperate module
Browse files Browse the repository at this point in the history
can be used to have one library for all series
  • Loading branch information
harlequin committed Jun 28, 2016
1 parent 8fdc538 commit adf3191
Show file tree
Hide file tree
Showing 7 changed files with 458 additions and 348 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CFLAGS += -DLIB_NAME=\""dvbapi"\" -DLIB_VERSION=\""v0.1"\" -DLIB_TV_MODELS=\""D

all: ${TARGETS}

libdvbapi.so: dvbapi.c hook.c C_support.c log.c $(wildcard *.h) $(wildcard ../include/*.h)
libdvbapi.so: dvbapi.c hook.c C_support.c log.c models/serie_d_mst.c $(wildcard *.h) $(wildcard ../include/*.h)
$(CROSS)gcc $(filter %.c %.cpp,$^) ${CFLAGS} -mel -shared -Wl,-soname,$@ -o $@

clean:
Expand Down
Loading

0 comments on commit adf3191

Please sign in to comment.