1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Added Makefile depencency for objects.

This commit is contained in:
Rolf Ahrenberg
2010-10-11 23:27:30 +03:00
parent b8c7fdddb7
commit c3b0254b2e
12 changed files with 32 additions and 21 deletions

View File

@@ -71,7 +71,7 @@ all: libvdr-$(PLUGIN).so i18n
### Implicit rules:
%.o: %.c
%.o: %.c Makefile
$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
### Dependencies: